mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
expat2 changed the name of their include file to expat.h
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
65884326be
commit
469113b2d7
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#include <sys/queue.h>
|
||||
#include <sys/sbuf.h>
|
||||
#include <err.h>
|
||||
#include "xmlparse.h"
|
||||
#include "expat.h"
|
||||
|
||||
struct node {
|
||||
LIST_HEAD(, node) children;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <geom/geom.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "xmlparse.h"
|
||||
#include "expat.h"
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/queue.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue