$OpenBSD$
--- indra/llxml/llxmlnode.h.orig	Mon Jan  8 18:33:22 2007
+++ indra/llxml/llxmlnode.h	Mon Jan  8 18:33:45 2007
@@ -29,7 +29,11 @@
 #define LL_LLXMLNODE_H
 
 #define XML_STATIC
+#if defined(__OpenBSD__)
+#include <expat.h>
+#else
 #include "expat/expat.h"
+#endif
 #include <map>
 
 #include "indra_constants.h"
