diff options
author | phk <phk@FreeBSD.org> | 2002-09-06 08:44:15 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-09-06 08:44:15 +0000 |
commit | 33a29ee495ec7a6be113d9fd823bdb77e2c5a34c (patch) | |
tree | 078ce6486184e093af1071b9fc859eb675314ccb /tools/regression/geom/geom_simdisk_xml.c | |
parent | 9b338dc04e137905f754861b8e75cb1ff4f2515e (diff) | |
download | FreeBSD-src-33a29ee495ec7a6be113d9fd823bdb77e2c5a34c.zip FreeBSD-src-33a29ee495ec7a6be113d9fd823bdb77e2c5a34c.tar.gz |
expat2 changed the name of their include file to expat.h
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'tools/regression/geom/geom_simdisk_xml.c')
-rw-r--r-- | tools/regression/geom/geom_simdisk_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/geom/geom_simdisk_xml.c b/tools/regression/geom/geom_simdisk_xml.c index 54b6b9d..ec7b806 100644 --- a/tools/regression/geom/geom_simdisk_xml.c +++ b/tools/regression/geom/geom_simdisk_xml.c @@ -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> |