Changeset 549 for libcaca/trunk/caca/driver_conio.c
- Timestamp:
- Mar 8, 2006, 10:51:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_conio.c
r548 r549 26 26 #if defined(SCREENUPDATE_IN_PC_H) 27 27 # include <pc.h> 28 #endif29 30 #include <string.h>31 #include <stdlib.h>32 #if defined(HAVE_UNISTD_H)33 # include <unistd.h>34 #endif35 #include <stdarg.h>36 37 #if defined(HAVE_SYS_IOCTL_H)38 # include <sys/ioctl.h>39 28 #endif 40 29
Note: See TracChangeset
for help on using the changeset viewer.