diff options
Diffstat (limited to 'src/xml.c')
| -rw-r--r-- | src/xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
| 36 | DEF_DLL_FN (htmlDocPtr, htmlReadMemory, | 37 | DEF_DLL_FN (htmlDocPtr, htmlReadMemory, |