Changeset 1048 for libcaca/trunk/src/cacadraw.c
- Timestamp:
- Sep 17, 2006, 2:44:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacadraw.c
r945 r1048 15 15 #include "common.h" 16 16 17 #include <stdio.h> 18 #include <string.h> 19 #include <stdlib.h> 17 #if !defined(__KERNEL__) 18 # include <stdio.h> 19 # include <string.h> 20 # include <stdlib.h> 21 #endif 20 22 21 23 #include "cucul.h"
Note: See TracChangeset
for help on using the changeset viewer.