helper/types.h: Add missing #includes
[fw/openocd] / src / helper / types.h
index 58c9e724579e3082c84d21d132a92e050a2e2e64..a7dd2a8164982a37cb589ccc221c08f8d5fa8310 100644 (file)
 #ifndef OPENOCD_HELPER_TYPES_H
 #define OPENOCD_HELPER_TYPES_H
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stddef.h>
+#include <assert.h>
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif