Changeset 361 for libcaca/trunk/src/graphics.c
- Timestamp:
- Jan 26, 2004, 11:52:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/graphics.c
r357 r361 38 38 #endif 39 39 #if defined(USE_NCURSES) 40 # include <curses.h> 40 # if defined(HAVE_NCURSES_H) 41 # include <ncurses.h> 42 # else 43 # include <curses.h> 44 # endif 41 45 #endif 42 46 #if defined(USE_CONIO)
Note: See TracChangeset
for help on using the changeset viewer.