blob: 37d2b0f42012497e3919fc419c6b0f612faac3c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- iflib/directory.h.orig 1994-11-11 21:44:05 UTC
+++ iflib/directory.h
@@ -8,6 +8,7 @@
* Written by stefan@space.s-link.de (Stefan Westerfeld)
*/
+#include <sys/types.h>
#include <dirent.h>
#ifdef DONT_HAVE_DIRENT
|