From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:28:16 +0000 (+0000) Subject: Include sys/types.h instead of stdlib.h X-Git-Tag: snippet.version.1~146 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=2a0dfef5445280fb460590123807ff73016f1ca4 Include sys/types.h instead of stdlib.h --- diff --git a/index/zinfo.c b/index/zinfo.c index 34b990e..813c0ab 100644 --- a/index/zinfo.c +++ b/index/zinfo.c @@ -1,4 +1,4 @@ -/* $Id: zinfo.c,v 1.42 2005-01-15 19:38:29 adam Exp $ +/* $Id: zinfo.c,v 1.43 2005-01-16 23:28:16 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,7 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include #include #include #include