summaryrefslogtreecommitdiffstats
path: root/contrib/expat/tests/chardata.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/expat/tests/chardata.c')
-rw-r--r--contrib/expat/tests/chardata.c19
1 files changed, 14 insertions, 5 deletions
diff --git a/contrib/expat/tests/chardata.c b/contrib/expat/tests/chardata.c
index 4a228a7..5fb0299 100644
--- a/contrib/expat/tests/chardata.c
+++ b/contrib/expat/tests/chardata.c
@@ -1,10 +1,19 @@
-/* chardata.c
- *
- *
- */
+/* Copyright (c) 1998-2003 Thai Open Source Software Center Ltd
+ See the file COPYING for copying permission.
-#include <assert.h>
+ chardata.c
+*/
+
+#ifdef HAVE_EXPAT_CONFIG_H
+#include <expat_config.h>
+#endif
+#ifdef HAVE_CHECK_H
#include <check.h>
+#else
+#include "minicheck.h"
+#endif
+
+#include <assert.h>
#include <stdio.h>
#include <string.h>
OpenPOWER on IntegriCloud