$OpenBSD$
--- indra/llxml/llxmlparser.h.orig	Thu Mar 22 01:35:00 2007
+++ indra/llxml/llxmlparser.h	Sat Mar 24 22:20:25 2007
@@ -29,7 +29,11 @@
 #define LL_LLXMLPARSER_H
 
 #define XML_STATIC
+#if defined(__OpenBSD__)
+#include <expat.h>
+#else
 #include "expat/expat.h"
+#endif
 
 class LLXmlParser
 {
