changeset 15844:090728aee80a

Don't include filio.h if NO_FILIO_H.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Aug 1996 02:51:36 +0000
parents b2baf393982f
children 574a328ee4b2
files src/s/usg5-4.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4.h	Thu Aug 08 20:24:36 1996 +0000
+++ b/src/s/usg5-4.h	Fri Aug 09 02:51:36 1996 +0000
@@ -86,7 +86,9 @@
 #endif
 
 #ifdef emacs
+#ifndef NO_FILIO_H
 #include <sys/filio.h>
+#endif
 #include <termio.h>
 #include <sys/ttold.h>
 #include <signal.h>