summaryrefslogtreecommitdiffstats
path: root/src/libmain.c
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-02-03 16:58:23 -0600
committerLibravatar bigfoot547 <[email protected]>2024-02-03 22:26:55 -0600
commit962f5efdf1af9f07395c28df7a2181733e3e5125 (patch)
tree790bd875d37d6f2a78bf93eb35e4dd11718f6379 /src/libmain.c
parentfix using the wrong free function (diff)
add lists
Diffstat (limited to 'src/libmain.c')
-rw-r--r--src/libmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libmain.c b/src/libmain.c
index 25a340d..e82635d 100644
--- a/src/libmain.c
+++ b/src/libmain.c
@@ -5,8 +5,11 @@
#include <stdio.h>
#define HT_IMPLEMENTATIONS
+#define HTGEN__TEST_CONFIG
#include "htgen.h"
+#include "nbt.h"
+
#if 1
int main(int argc, char **argv) {
shash_t *hash = shash_create(4, 0.75f);