From: Adam Dickmeiss Date: Mon, 13 Jan 2003 15:43:25 +0000 (+0000) Subject: Add include of sys/types.h (MAC OSX) X-Git-Tag: ZEBRA.1.3.4.Roel~4 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=8f9e2cb55203802cb43fcda15a85797579372250 Add include of sys/types.h (MAC OSX) --- diff --git a/include/direntz.h b/include/direntz.h index 77ec607..6eeaf34 100644 --- a/include/direntz.h +++ b/include/direntz.h @@ -1,4 +1,4 @@ -/* $Id: direntz.h,v 1.7 2002-08-02 19:26:55 adam Exp $ +/* $Id: direntz.h,v 1.8 2003-01-13 15:43:25 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -47,6 +47,7 @@ void closedir (DIR *dd); #else /* include UNIX version */ +#include #include #endif