diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:36:13 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:36:13 +0000 |
commit | f7fbb00cfa697cd1a47def573df65dd4d326c742 (patch) | |
tree | eda6aec5ae8de93a0d90dfe3e05d0c09d0e4cb8b /lid.c | |
parent | 9da09030255feafece5f9d87617a64d5c66ede6f (diff) | |
download | idutils-f7fbb00cfa697cd1a47def573df65dd4d326c742.tar.gz idutils-f7fbb00cfa697cd1a47def573df65dd4d326c742.tar.bz2 idutils-f7fbb00cfa697cd1a47def573df65dd4d326c742.zip |
imported from mkid-3.0.5r3_0_5
Diffstat (limited to 'lid.c')
-rw-r--r-- | lid.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1275,10 +1275,6 @@ tree8_to_argv (unsigned char const *hits_tree8) return bits_to_argv (tree8_to_bits (bits_vec, hits_tree8)); } -#if HAVE_SYS_IOCTL_H -#include <sys/ioctl.h> -#endif - #if HAVE_TERMIOS_H #include <termios.h> @@ -1290,6 +1286,10 @@ struct termios savemode; #else /* not HAVE_TERMIOS_H */ +#if HAVE_SYS_IOCTL_H +#include <sys/ioctl.h> +#endif + #if HAVE_TERMIO_H #include <termio.h> struct termio linemode; |