Added include stdlib.h a few places to get prototype for atoi/exit/..
[idzebra-moved-to-github.git] / rset / rstemp.c
index e0954ed..b2a2820 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rstemp.c,v 1.56 2005-01-15 13:02:40 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: rstemp.c,v 1.58 2005-01-16 23:14:57 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -21,6 +21,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #include <fcntl.h>
+#include <stdlib.h>
 #include <assert.h>
 #ifdef WIN32
 #include <io.h>