diff options
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "config.h" +#include <s.h> #include <errno.h> #include <stdio.h> @@ -6,10 +6,12 @@ #include <string.h> #include "logerr.h" +#include "meta.h" #include "lib.h" + int pindaiba_main(int argc, char *argv[]) { int rc = EXIT_FAILURE; |