fix colors.c
This commit is contained in:
parent
a72a4d97b3
commit
9da166ea34
@ -13,6 +13,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define LIBIRC_COLORPARSER_BOLD (1<<1)
|
#define LIBIRC_COLORPARSER_BOLD (1<<1)
|
||||||
#define LIBIRC_COLORPARSER_UNDERLINE (1<<2)
|
#define LIBIRC_COLORPARSER_UNDERLINE (1<<2)
|
||||||
|
Loading…
Reference in New Issue
Block a user