aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-27 18:23:10 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-27 18:23:10 -0700
commitf5d36db355e570d772443d8755e83bf36ed85672 (patch)
treee60823592427c5253516eb21f4e61cea121271fd /src
parentf5a3ab03375c86e7168c56a5e9e959612fdbe7f4 (diff)
downloadconfconf-f5d36db355e570d772443d8755e83bf36ed85672.tar.gz
add uthash as a submodule
Diffstat (limited to 'src')
-rw-r--r--src/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 094d808..5771a07 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -3,7 +3,7 @@
#include "tok.h"
-#include <uthash.h>
+#include "../reqs/uthash/include/uthash.h"
#include <stdbool.h>