diff options
Diffstat (limited to 'src/i18n.c')
-rw-r--r-- | src/i18n.c | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -4,12 +4,6 @@ #include "i18n.h" -#ifdef TEST -#include <stdlib.h> - -#include "logerr.h" -#include "catalog.h" -#endif const char *const MSGS[] = { @@ -55,7 +49,14 @@ MSGS[] = { }; + #ifdef TEST +#include <stdlib.h> + +#include "logerr.h" +#include "catalog.h" + + int main(void) { int rc = 0; |