aboutsummaryrefslogtreecommitdiff
path: root/jim-load.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-11-09 07:28:47 +1000
committerSteve Bennett <steveb@workware.net.au>2010-11-09 07:28:47 +1000
commit5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 (patch)
tree72f625d13c553a613283bd58a3325e009f399c35 /jim-load.c
parentb7a3951c0046491a62399fc51fe809e24e5eb8b7 (diff)
downloadjimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.zip
jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.gz
jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.bz2
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 <steveb@workware.net.au>
Diffstat (limited to 'jim-load.c')
-rw-r--r--jim-load.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/jim-load.c b/jim-load.c
index 8d4e6c2..ce8e688 100644
--- a/jim-load.c
+++ b/jim-load.c
@@ -1,4 +1,5 @@
-#include <jim.h>
+#include "jim.h"
+#include "jimautoconf.h"
#include <string.h>
/* -----------------------------------------------------------------------------