aboutsummaryrefslogtreecommitdiff
path: root/jim-load-static-exts.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-load-static-exts.c')
-rw-r--r--jim-load-static-exts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim-load-static-exts.c b/jim-load-static-exts.c
index e025521..58402dc 100644
--- a/jim-load-static-exts.c
+++ b/jim-load-static-exts.c
@@ -1,4 +1,5 @@
#include "jim.h"
+#include "jimautoconf.h"
#define LOAD_EXT(n) \
extern int Jim_ ## n ## Init(Jim_Interp *); \