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-array.c | 1 + 1 file changed, 1 insertion(+) (limited to 'jim-array.c') diff --git a/jim-array.c b/jim-array.c index 5ba024e..f2da480 100644 --- a/jim-array.c +++ b/jim-array.c @@ -52,6 +52,7 @@ #include #include "jim.h" +#include "jimautoconf.h" #include "jim-subcmd.h" static int array_cmd_exists(Jim_Interp *interp, int argc, Jim_Obj *const *argv) -- cgit v1.1