From d2b617a4f58a4a9bde588068e011f3fe54ebe061 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 14 Dec 2010 08:40:53 +1000 Subject: All Jim source should include jimautoconf.h This ensures that everything picks up the autoconf settings --- jim-load-static-exts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'jim-load-static-exts.c') 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 *); \ -- cgit v1.1