X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Funix.c;h=1d2b925f01cf4fac87ab6fb6ec0e031b87080149;hb=811a01b02b3bf8851f13e1cdef1c01f755aa4ca5;hp=da80f535ef9bea1a2b1d65a394b01b5d98a60b44;hpb=825d22351b1d59c71e98357b4931bf7bb67daa3a;p=yaz-moved-to-github.git diff --git a/src/unix.c b/src/unix.c index da80f53..1d2b925 100644 --- a/src/unix.c +++ b/src/unix.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: unix.c,v 1.9 2005-01-16 21:51:50 adam Exp $ + * $Id: unix.c,v 1.10 2005-01-17 10:29:00 adam Exp $ * UNIX socket COMSTACK. By Morten Bøgeskov. */ /** @@ -16,6 +16,9 @@ #include #include #include +#if HAVE_SYS_TYPES_H +#include +#endif #if HAVE_UNISTD_H #include #endif @@ -26,9 +29,6 @@ #if HAVE_PWD_H #include #endif -#if HAVE_SYS_TYPES_H -#include -#endif #if HAVE_SYS_SOCKET_H #include