From 52965fa2bc52dfe68084ff1ddb10cec170faa26f Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 23 Sep 1998 22:52:20 +0000 Subject: [PATCH] include error.h --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a04c903c5..875f49809 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ libxml_la_SOURCES = \ SAX.c \ entities.c \ error.c \ + error.h \ parser.c \ tester.c \ tree.c