expat2 changed the name of their include file to expat.h

Sponsored by:	DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-09-06 08:44:15 +00:00
parent 65884326be
commit 469113b2d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103008
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>