aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-obsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/sysdep-obsd.h')
-rw-r--r--readline/sysdep-obsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/readline/sysdep-obsd.h b/readline/sysdep-obsd.h
index 86b6d0d..88bcdd6 100644
--- a/readline/sysdep-obsd.h
+++ b/readline/sysdep-obsd.h
@@ -7,5 +7,6 @@
extern char *alloca ();
#endif
+#include <sys/types.h>
#include <sys/dir.h>
typedef struct direct dirent;