X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fber_int.c;h=4f036c447486a6dcce2f3a03c62c88ead178c1b9;hb=372a500da226336c7bb4036e980be2587ad5fdeb;hp=e8e50cf3eaa81aafc0950c2367e9851895dc5c36;hpb=41f4b2c49b60cf5f9ae896b537211ae830c39a55;p=yaz-moved-to-github.git diff --git a/odr/ber_int.c b/odr/ber_int.c index e8e50cf..4f036c4 100644 --- a/odr/ber_int.c +++ b/odr/ber_int.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ber_int.c,v $ - * Revision 1.4 1995-03-08 12:12:07 quinn + * Revision 1.5 1995-03-27 15:01:44 quinn + * Added include of sys/types to further portability + * + * Revision 1.4 1995/03/08 12:12:07 quinn * Added better error checking. * * Revision 1.3 1995/02/09 15:51:46 quinn @@ -19,7 +22,8 @@ */ #include -#include +#include +#include /* for htons... */ #include static int ber_encinteger(unsigned char *buf, int val, int maxlen);