diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-08-09 02:51:36 +0000 | 
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-08-09 02:51:36 +0000 | 
| commit | f941441220c07535dd60442880b51d89dfc14894 (patch) | |
| tree | 487690debec0d599ec0bde41bfb02a577e05d56e | |
| parent | f528522b5c83018283fb3e18eee049c8850786d4 (diff) | |
| download | emacs-f941441220c07535dd60442880b51d89dfc14894.tar.gz | |
Don't include filio.h if NO_FILIO_H.
| -rw-r--r-- | src/s/usg5-4.h | 2 | 
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.  */  #endif  #ifdef emacs +#ifndef NO_FILIO_H  #include <sys/filio.h> +#endif  #include <termio.h>  #include <sys/ttold.h>  #include <signal.h> | 
