From 2a0dfef5445280fb460590123807ff73016f1ca4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:28:16 +0000 Subject: [PATCH] Include sys/types.h instead of stdlib.h --- index/zinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4