X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fber_int.c;h=6774a69b21c34b5a51711858df950b34648905fb;hb=9a13337111b32d256182a4248f93ebe26e393059;hp=65ecc781caf5f8382504ebb0a6503d1af2f3d288;hpb=19af2bd8dfd21731cc978beccd1346133d614c67;p=yaz-moved-to-github.git diff --git a/odr/ber_int.c b/odr/ber_int.c index 65ecc78..6774a69 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.18 2000-02-29 13:44:55 adam + * Revision 1.19 2000-10-06 12:46:27 adam + * Including sys/types.h and netinet/in.h instead on arpa/inet.h on Unix. + * + * Revision 1.18 2000/02/29 13:44:55 adam * Check for config.h (currently not generated). * * Revision 1.17 2000/02/28 11:20:06 adam @@ -71,7 +74,8 @@ #ifdef WIN32 #include #else -#include +#include +#include #endif #include