Changeset 309 for libcaca/trunk/src/graphics.c
- Timestamp:
- Jan 3, 2004, 6:31:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/graphics.c
r305 r309 31 31 32 32 #if defined(USE_SLANG) 33 # include <slang.h> 33 # if defined(HAVE_SLANG_SLANG_H) 34 # include <slang/slang.h> 35 # else 36 # include <slang.h> 37 # endif 34 38 #endif 35 39 #if defined(USE_NCURSES)
Note: See TracChangeset
for help on using the changeset viewer.