diff options
Diffstat (limited to 'src/color.h')
-rw-r--r-- | src/color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.h b/src/color.h index 83d10f7..b832575 100644 --- a/src/color.h +++ b/src/color.h @@ -19,7 +19,7 @@ struct console_color char *no; }; -struct console_color colors[ _COLORS_SIZE ]; +extern struct console_color colors[ _COLORS_SIZE ]; //Calculate luminance //Order LSB first: BGR |