From 5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 9 Nov 2010 07:28:47 +1000 Subject: Allow jim to be used as an autoconf subdir Ensure that no public headers include the autoconf header, jimautoconf.h, as it leads to problems with redefined symbols. Signed-off-by: Steve Bennett --- jim-clock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'jim-clock.c') diff --git a/jim-clock.c b/jim-clock.c index 67698b6..b342f31 100644 --- a/jim-clock.c +++ b/jim-clock.c @@ -15,6 +15,7 @@ #include #include "jim.h" +#include "jimautoconf.h" #include "jim-subcmd.h" static int clock_cmd_format(Jim_Interp *interp, int argc, Jim_Obj *const *argv) -- cgit v1.1