summaryrefslogtreecommitdiffstats
path: root/xsd2c/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xsd2c/tr.c')
-rw-r--r--xsd2c/tr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xsd2c/tr.c b/xsd2c/tr.c
index 3e5bd75..56d3fb9 100644
--- a/xsd2c/tr.c
+++ b/xsd2c/tr.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: tr.c,v 1.4 2004/10/15 13:35:39 snowdrop Exp $
+ * $Id: tr.c,v 1.5 2005/05/27 19:28:16 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -24,6 +24,8 @@
#include "tr.h"
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#define XSD2C_MAP(xsdtype, ctype, builtin) \
trRegisterType(xsdtype, ctype, builtin);