Support compilers that don't have the "inline" keyword
[jansson.git] / src / value.c
index 3fa7ee3..3788cb1 100644 (file)
@@ -6,6 +6,9 @@
  */
 
 #define _GNU_SOURCE
+
+#include <config.h>
+
 #include <stdlib.h>
 #include <string.h>