aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-04 16:23:20 +0000
committerRichard M. Stallman1994-06-04 16:23:20 +0000
commit8fde62c18c3e90bdea3cac671877f30ee9fcfa81 (patch)
treec75df8a7188aaa3068ec766dcdda114865e5b252 /src
parent39c5a83f1c0203ea472319d2e3f588a310ee0083 (diff)
downloademacs-8fde62c18c3e90bdea3cac671877f30ee9fcfa81.tar.gz
emacs-8fde62c18c3e90bdea3cac671877f30ee9fcfa81.zip
entered into RCS
Diffstat (limited to 'src')
-rw-r--r--src/termcap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/termcap.c b/src/termcap.c
index a1bbab2d9d9..9462122677e 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -17,7 +17,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18/* Emacs config.h may rename various library functions such as malloc. */ 18/* Emacs config.h may rename various library functions such as malloc. */
19#ifdef HAVE_CONFIG_H 19#ifdef HAVE_CONFIG_H
20
20#include <config.h> 21#include <config.h>
22
23/* Get the O_* definitions for open et al. */
24#include <sys/file.h>
25#ifdef USG5
26#include <fcntl.h>
27#endif
28
21#else /* not HAVE_CONFIG_H */ 29#else /* not HAVE_CONFIG_H */
22 30
23#if defined(HAVE_STRING_H) || defined(STDC_HEADERS) 31#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)