aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-09 02:51:36 +0000
committerRichard M. Stallman1996-08-09 02:51:36 +0000
commitf941441220c07535dd60442880b51d89dfc14894 (patch)
tree487690debec0d599ec0bde41bfb02a577e05d56e /src
parentf528522b5c83018283fb3e18eee049c8850786d4 (diff)
downloademacs-f941441220c07535dd60442880b51d89dfc14894.tar.gz
emacs-f941441220c07535dd60442880b51d89dfc14894.zip
Don't include filio.h if NO_FILIO_H.
Diffstat (limited to 'src')
-rw-r--r--src/s/usg5-4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index bdd109daf8d..ebb848199eb 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -86,7 +86,9 @@ Boston, MA 02111-1307, USA. */
86#endif 86#endif
87 87
88#ifdef emacs 88#ifdef emacs
89#ifndef NO_FILIO_H
89#include <sys/filio.h> 90#include <sys/filio.h>
91#endif
90#include <termio.h> 92#include <termio.h>
91#include <sys/ttold.h> 93#include <sys/ttold.h>
92#include <signal.h> 94#include <signal.h>