Skip to content

Instantly share code, notes, and snippets.

@breedx2
Created April 26, 2015 22:07
Show Gist options
  • Save breedx2/18ab6b4117672a73936e to your computer and use it in GitHub Desktop.
Save breedx2/18ab6b4117672a73936e to your computer and use it in GitHub Desktop.
uthash include
diff --git a/src/json-encode.c b/src/json-encode.c
index 9eff646..d166a1c 100644
--- a/src/json-encode.c
+++ b/src/json-encode.c
@@ -33,7 +33,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <math.h>
-#include "uthash/src/uthash.h"
+#include <uthash.h>
#include "inc/string.c"
#include "inc/kvp.c"
diff --git a/src/urlparams.c b/src/urlparams.c
index a73e3e2..76eadde 100644
--- a/src/urlparams.c
+++ b/src/urlparams.c
@@ -31,7 +31,7 @@ THE SOFTWARE.
#include "urlparams.h"
#include <math.h>
-#include "uthash/src/uthash.h"
+#include <uthash.h>
#include "inc/string.c"
#include "inc/kvp.c"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment