Changeset 1851 for libcaca/trunk/caca/driver_ncurses.c
- Timestamp:
- Oct 28, 2007, 11:20:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_ncurses.c
r1837 r1851 36 36 #include <string.h> 37 37 38 #if defined HAVE_UNISTD_H 39 # include <unistd.h> 40 #endif 38 41 #if defined HAVE_SIGNAL_H 39 42 # include <signal.h> … … 45 48 # include <locale.h> 46 49 #endif 47 48 #ifndef TIOCGWINSZ 50 #if defined HAVE_TERMIOS_H 49 51 # include <termios.h> 50 52 #endif
Note: See TracChangeset
for help on using the changeset viewer.