]> git.eshelyaron.com Git - emacs.git/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Sat, 4 Jun 1994 16:23:20 +0000 (16:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 4 Jun 1994 16:23:20 +0000 (16:23 +0000)
src/termcap.c

index a1bbab2d9d9d532d21ef60e593a520838a715437..9462122677ee0d728151380a1750bd45b0aa88b6 100644 (file)
@@ -17,7 +17,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Emacs config.h may rename various library functions such as malloc.  */
 #ifdef HAVE_CONFIG_H
+
 #include <config.h>
+
+/* Get the O_* definitions for open et al.  */
+#include <sys/file.h>
+#ifdef USG5
+#include <fcntl.h>
+#endif
+
 #else /* not HAVE_CONFIG_H */
 
 #if defined(HAVE_STRING_H) || defined(STDC_HEADERS)