Update jim helper files to use proper configure script support:
[fw/openocd] / src / helper / jim-eventloop.c
index d0b3ff0137d08cb8a112cf7e4286714b9874d65d..a6283bfe2a561fd0949eb3d51489e7398947cd95 100644 (file)
@@ -44,6 +44,9 @@
  *  - more complete [after] command with [after info] and other subcommands.
  *  - Win32 port
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #define JIM_EXTENSION
 #define __JIM_EVENTLOOP_CORE__