fix colors.c

This commit is contained in:
Green Sky 2023-11-22 23:04:15 +01:00
parent a72a4d97b3
commit 9da166ea34
No known key found for this signature in database

View File

@ -13,6 +13,9 @@
*/
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define LIBIRC_COLORPARSER_BOLD (1<<1)
#define LIBIRC_COLORPARSER_UNDERLINE (1<<2)