Mercurial > emacs
changeset 7785:8a5a170b8646
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 04 Jun 1994 16:23:20 +0000 |
parents | fd03010db0c6 |
children | 1f3e23273349 |
files | src/termcap.c |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
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)