Added stdlib.h again
[idzebra-moved-to-github.git] / index / zinfo.c
index d9fce2b..3a97df9 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zinfo.c,v 1.41 2004-11-19 10:27:05 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zinfo.c,v 1.44 2005-01-16 23:33:31 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -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>