summaryrefslogtreecommitdiff
path: root/lib/xmltok.c
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2006-08-05 17:00:31 +0000
committerkwaclaw <kwaclaw>2006-08-05 17:00:31 +0000
commit661e834a8ae7a58ce003e49af730151484ab2fee (patch)
tree9b7b9d57da35949e285adb0c3d0ab4dd580400d1 /lib/xmltok.c
parentd4cd186487b0c4b66a6d4ecbc19824ce9f906035 (diff)
downloadlibexpat-661e834a8ae7a58ce003e49af730151484ab2fee.tar.gz
Applied patrch #1523242 - support for Open Watcom 1.5.
Diffstat (limited to 'lib/xmltok.c')
-rw-r--r--lib/xmltok.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xmltok.c b/lib/xmltok.c
index 26cee4d..d1810a5 100644
--- a/lib/xmltok.c
+++ b/lib/xmltok.c
@@ -10,6 +10,8 @@
#include "macconfig.h"
#elif defined(__amigaos4__)
#include "amigaconfig.h"
+#elif defined(__WATCOMC__)
+#include "watcomconfig.h"
#else
#ifdef HAVE_EXPAT_CONFIG_H
#include <expat_config.h>