From 8f9e2cb55203802cb43fcda15a85797579372250 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Jan 2003 15:43:25 +0000 Subject: [PATCH] Add include of sys/types.h (MAC OSX) --- include/direntz.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4