1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-24 21:33:51 +03:00

tests: Fix build with older MSVC

Regressed in 9b5cce7a.

Fixes #620.
This commit is contained in:
Nick Wellnhofer 2023-11-18 14:36:41 +01:00
parent 3669316ad1
commit f92ea2ccec
5 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* daniel@veillard.com
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -11,7 +11,7 @@
* daniel@veillard.com
*/
#include "config.h"
#include "libxml.h"
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -6,6 +6,7 @@
* daniel@veillard.com
*/
#include "config.h"
#include <stdio.h>
#include <libxml/xmlversion.h>

View File

@ -11,6 +11,7 @@
/* Disable deprecation warnings */
#define XML_DEPRECATED
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -10,6 +10,7 @@
* daniel@veillard.com
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>