diff --git a/tests/tagtok.c b/tests/tagtok.c index ed9e2f9..beae6fc 100644 --- a/tests/tagtok.c +++ b/tests/tagtok.c @@ -1,3 +1,6 @@ +#ifndef UIRC_IRCV3 +#define UIRC_IRCV3 +#endif #include "../include/uirc.h" #include "stdio.h" #include "stdlib.h" diff --git a/tests/tokenizer.c b/tests/tokenizer.c index 74e4ec1..e195b5f 100644 --- a/tests/tokenizer.c +++ b/tests/tokenizer.c @@ -1,4 +1,3 @@ -#define UIRC_HELPERS #include "../include/uirc.h" #include "stdio.h" #include "stdlib.h"