diff options
Diffstat (limited to 'colors.c')
-rw-r--r-- | colors.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ // color names and functions for dealing with colors -#include "ted.h" +#include "ted-internal.h" typedef struct { ColorSetting setting; |