comparison mercurial/thirdparty/xdiff/xinclude.h @ 36723:1f9bbd1d6b8a

xdiff: fix builds on Windows This works on my ancient Fedora system too, without warnings. There are, however, warnings about various 64 to 32 bit conversions on Windows that need to be examined.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 04 Mar 2018 15:16:42 -0500
parents 34e2ff1f9cd8
children 90f8fe72446c
comparison
equal deleted inserted replaced
36722:6bacb2f663cb 36723:1f9bbd1d6b8a
24 #define XINCLUDE_H 24 #define XINCLUDE_H
25 25
26 #include <ctype.h> 26 #include <ctype.h>
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <unistd.h>
30 #include <string.h> 29 #include <string.h>
31 #include <limits.h> 30 #include <limits.h>
32 31
33 #include "xmacros.h" 32 #include "xmacros.h"
34 #include "xdiff.h" 33 #include "xdiff.h"