* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
authorStu Grossman <grossman@cygnus>
Fri, 19 Jun 1992 22:50:08 +0000 (22:50 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 19 Jun 1992 22:50:08 +0000 (22:50 +0000)
readline/ChangeLog
readline/sysdep-obsd.h

index d18bfbac97490b336035cc2c6e5e90e6c6dd7f58..f41e371739ff3676513985893d4bac3873be010d 100644 (file)
@@ -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.
index 86b6d0d085752ed196b2f25ff202e149cbe95d66..88bcdd613252f305aaf5e174926c4b205de91008 100644 (file)
@@ -7,5 +7,6 @@
 extern char *alloca ();
 #endif
 
+#include <sys/types.h>
 #include <sys/dir.h>
 typedef struct direct dirent;
This page took 0.042097 seconds and 4 git commands to generate.