From: Stu Grossman Date: Fri, 19 Jun 1992 22:50:08 +0000 (+0000) Subject: * sysdep-obsd.h: #include to make this more Kosher. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bde34fd96d744e927a8548f7fe40db4344c31128;p=deliverable%2Fbinutils-gdb.git * sysdep-obsd.h: #include to make this more Kosher. --- diff --git a/readline/ChangeLog b/readline/ChangeLog index d18bfbac97..f41e371739 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 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 86b6d0d085..88bcdd6132 100644 --- a/readline/sysdep-obsd.h +++ b/readline/sysdep-obsd.h @@ -7,5 +7,6 @@ extern char *alloca (); #endif +#include #include typedef struct direct dirent;