aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authoroharboe <oharboe>2008-07-23 19:41:21 +0000
committeroharboe <oharboe>2008-07-23 19:41:21 +0000
commit973dc277759ebd559b704d39c2aa4ab710a78667 (patch)
tree519859d4228e54ec5d178a179c9378929e54e4c2 /jim.h
parent269f158a92c13cad5720f9c75ed56bc0d673d181 (diff)
downloadjimtcl-973dc277759ebd559b704d39c2aa4ab710a78667.zip
jimtcl-973dc277759ebd559b704d39c2aa4ab710a78667.tar.gz
jimtcl-973dc277759ebd559b704d39c2aa4ab710a78667.tar.bz2
Uwe Klein:
* fix missing vararg.h in some files ( included in jim.h ) * in aio.socket return an error when hosti resolution fails instead of just carrying on.
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim.h b/jim.h
index db178e8..c9af94a 100644
--- a/jim.h
+++ b/jim.h
@@ -50,6 +50,7 @@ extern "C" {
#include <limits.h>
#include <stdio.h> /* for the FILE typedef definition */
#include <stdlib.h> /* In order to export the Jim_Free() macro */
+#include <stdarg.h> /* for the va_list stuff used in the interp struct ?Why UK? */
/* -----------------------------------------------------------------------------
* Some /very/ old compiler maybe do not know how to