mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 21:55:00 +00:00
Include xmlparse.h after xmldef.h
This commit is contained in:
parent
9d6ef1e3c7
commit
2967177479
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ Contributor(s):
|
|||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "xmlparse.h"
|
||||
#include "xmldef.h"
|
||||
#include "xmlparse.h"
|
||||
|
||||
#ifdef XML_UNICODE
|
||||
#define XML_ENCODE_MAX XML_UTF16_ENCODE_MAX
|
||||
|
|
Loading…
Add table
Reference in a new issue