diff options
Diffstat (limited to '')
-rw-r--r-- | src/colors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/colors.h b/src/colors.h index 421163006..a913021a1 100644 --- a/src/colors.h +++ b/src/colors.h @@ -1,6 +1,8 @@ #ifndef COLORS_H #define COLORS_H +#include <ncurses.h> + #define COLOR_TITLE 1 #define COLOR_TITLE_BOLD 2 #define COLOR_LINE 3 |