freebsd-ports/textproc/clo++/files/patch-ab
Kevin Lo 09401b51ae Initial import of clo++-0.3.0
clo++ is a command line parser generator for C++
2001-01-30 10:21:27 +00:00

11 lines
265 B
Text

--- src/XML.hh.orig Tue Jan 30 17:15:36 2001
+++ src/XML.hh Tue Jan 30 17:15:49 2001
@@ -40,7 +40,7 @@
// Standard Includes
#include <iostream>
#include <string>
-#include <libxml/parser.h>
+#include <libxml2/parser.h>
// Local Includes
#include "Option.hh"