Support compilers that don't have the "inline" keyword
[jansson.git] / src / hashtable.c
index 1f8abf4..666ba2a 100644 (file)
@@ -5,6 +5,8 @@
  * it under the terms of the MIT license. See LICENSE for details.
  */
 
+#include <config.h>
+
 #include <stdlib.h>
 #include "hashtable.h"