aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-06-19 22:50:08 +0000
committerStu Grossman <grossman@cygnus>1992-06-19 22:50:08 +0000
commitbde34fd96d744e927a8548f7fe40db4344c31128 (patch)
tree573e8c8bb5bb8d9f229bb469e44df97a312ef748 /readline
parent39140ed22b8d8957abfe70d6b548f368c094fd1a (diff)
downloadfsf-binutils-gdb-bde34fd96d744e927a8548f7fe40db4344c31128.zip
fsf-binutils-gdb-bde34fd96d744e927a8548f7fe40db4344c31128.tar.gz
fsf-binutils-gdb-bde34fd96d744e927a8548f7fe40db4344c31128.tar.bz2
* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
Diffstat (limited to 'readline')
-rw-r--r--readline/ChangeLog4
-rw-r--r--readline/sysdep-obsd.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index d18bfba..f41e371 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 19 15:48:54 1992 Stu Grossman (grossman at cygnus.com)
+
+ * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
+
Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
* config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
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;