aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml.c b/src/xml.c
index 5f3ccc85c86..e85891d2a29 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -31,6 +31,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
31#ifdef WINDOWSNT 31#ifdef WINDOWSNT
32 32
33# include <windows.h> 33# include <windows.h>
34# include "w32common.h"
34# include "w32.h" 35# include "w32.h"
35 36
36DEF_DLL_FN (htmlDocPtr, htmlReadMemory, 37DEF_DLL_FN (htmlDocPtr, htmlReadMemory,