Changeset 3608
- Timestamp:
- Aug 2, 2009, 1:41:43 PM (11 years ago)
- Location:
- libcaca/trunk/caca
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/caca.h
r3606 r3608 29 29 #if !defined(__KERNEL__) 30 30 # include <stdarg.h> 31 # include <stdio.h>32 31 #endif 33 32 -
libcaca/trunk/caca/caca_conio.h
r3603 r3608 19 19 #ifndef __CACA_CONIO_H__ 20 20 #define __CACA_CONIO_H__ 21 22 /* Since we're going to redefine standard functions, include these 23 * headers first to avoid errors upon later inclusion. */ 24 #if !defined(__KERNEL__) 25 # include <stdio.h> 26 #endif 21 27 22 28 #include <caca.h>
Note: See TracChangeset
for help on using the changeset viewer.