Mercurial > emacs
diff src/termcap.c @ 7785:8a5a170b8646
entered into RCS
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 04 Jun 1994 16:23:20 +0000 |
| parents | 5fbc009f3dc3 |
| children | af0b61d21a8f |
line wrap: on
line diff
--- a/src/termcap.c Sat Jun 04 05:24:48 1994 +0000 +++ b/src/termcap.c Sat Jun 04 16:23:20 1994 +0000 @@ -17,7 +17,15 @@ /* 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)
