summaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-12 00:14:03 -0300
committerEuAndreh <eu@euandre.org>2025-01-12 14:27:57 -0300
commit44d56f5311f98a8955c67638e7520963dbd4d845 (patch)
treefbb2c58c79f1730ff62c83cef116fb5c0e035dfe /src/lib.c
parentReplace src/config.h with <s.h>; incorporate changes from other projects (diff)
downloadpindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.gz
pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.xz
Revamp lib, simplify it a bit and address some FIXMEs
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib.c b/src/lib.c
index 6c9503f..daa1eff 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -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;