From 8fde62c18c3e90bdea3cac671877f30ee9fcfa81 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 4 Jun 1994 16:23:20 +0000 Subject: [PATCH] entered into RCS --- src/termcap.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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. */ /* Emacs config.h may rename various library functions such as malloc. */ #ifdef HAVE_CONFIG_H + #include + +/* Get the O_* definitions for open et al. */ +#include +#ifdef USG5 +#include +#endif + #else /* not HAVE_CONFIG_H */ #if defined(HAVE_STRING_H) || defined(STDC_HEADERS) -- 2.39.5