Added stdlib.h again
[idzebra-moved-to-github.git] / index / zinfo.c
index 34b990e..3a97df9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zinfo.c,v 1.42 2005-01-15 19:38:29 adam Exp $
+/* $Id: zinfo.c,v 1.44 2005-01-16 23:33:31 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -20,8 +20,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
 */
 
-#include <stdlib.h>
+#include <sys/types.h>
 #include <assert.h>
+#include <stdlib.h>
 #include <string.h>
 #include <time.h>