Skip to content

Commit f92ea2c

Browse files
committed
tests: Fix build with older MSVC
Regressed in 9b5cce7. Fixes #620.
1 parent 3669316 commit f92ea2c

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

runsuite.c

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
77
*/
88

9+
#include "config.h"
910
#include <stdio.h>
1011
#include <stdlib.h>
1112
#include <string.h>

runtest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
*/
1313

14-
#include "config.h"
14+
#include "libxml.h"
1515
#include <stdio.h>
1616
#ifdef HAVE_UNISTD_H
1717
#include <unistd.h>

runxmlconf.c

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
77
*/
88

9+
#include "config.h"
910
#include <stdio.h>
1011
#include <libxml/xmlversion.h>
1112

testapi.c

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/* Disable deprecation warnings */
1212
#define XML_DEPRECATED
1313

14+
#include "config.h"
1415
#include <stdio.h>
1516
#include <stdlib.h>
1617
#include <string.h>

testrecurse.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
1111
*/
1212

13+
#include "config.h"
1314
#include <stdio.h>
1415

1516
#include <stdlib.h>

0 commit comments

Comments
 (0)