openocd: include config.h in every file .c
[fw/openocd] / src / helper / jim-nvp.c
index 738ed7943ef82163509d6b7f609833625bb2fbe0..0409a83cdfb1a72feaa0f84b48ed244d656a0373 100644 (file)
  * official policies, either expressed or implied, of the Jim Tcl Project.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "jim-nvp.h"
 #include <string.h>