aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index fc017326..f9c02e57 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -26,6 +26,8 @@
#include <stdbool.h>
#include <jim-nvp.h>
+#include <helper/types.h>
+
/* To achieve C99 printf compatibility in MinGW, gnu_printf should be
* used for __attribute__((format( ... ))), with GCC v4.4 or later
*/