projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
523c53e
)
Add include of sys/types.h (MAC OSX)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jan 2003 15:43:25 +0000
(15:43 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jan 2003 15:43:25 +0000
(15:43 +0000)
include/direntz.h
patch
|
blob
|
history
diff --git
a/include/direntz.h
b/include/direntz.h
index
77ec607
..
6eeaf34
100644
(file)
--- 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 <sys/types.h>
#include <dirent.h>
#endif