Include xmldef.h

This commit is contained in:
James Clark 1998-03-08 03:39:32 +00:00
parent 83a54957bf
commit 34e680d0b7
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "xmldef.h"
#include "hashtable.h"
#include <stdlib.h>
#include <string.h>

View File

@ -1,3 +1,4 @@
#include "xmldef.h"
#include "xmlparse.h"
#include "xmltok.h"
#include "xmlrole.h"

View File

@ -1,3 +1,4 @@
#include "xmldef.h"
#include "xmlrole.h"
/* Doesn't check:

View File

@ -1,3 +1,4 @@
#include "xmldef.h"
#include "xmltok.h"
#include "nametab.h"