$OpenBSD$
--- indra/llxml/llxmlparser.h.orig	Mon Jan  8 18:33:45 2007
+++ indra/llxml/llxmlparser.h	Mon Jan  8 18:34:06 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
 {
