From: Richard M. Stallman Date: Sat, 4 Jun 1994 16:23:20 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~8068 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fde62c18c3e90bdea3cac671877f30ee9fcfa81;p=emacs.git entered into RCS --- 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)