$OpenBSD$
--- indra/llcommon/llapr.h.orig	Thu Mar 22 01:34:56 2007
+++ indra/llcommon/llapr.h	Sat Mar 24 22:19:37 2007
@@ -30,17 +30,17 @@
 #ifndef LL_LLAPR_H
 #define LL_LLAPR_H
 
-#if LL_LINUX
+#if LL_LINUX || defined(__OpenBSD__)
 #include <sys/param.h>  // Need PATH_MAX in APR headers...
 #endif
 
 #include "boost/noncopyable.hpp"
 
-#include "apr-1/apr_thread_proc.h"
-#include "apr-1/apr_thread_mutex.h"
-#include "apr-1/apr_getopt.h"
-#include "apr-1/apr_signal.h"
-#include "apr-1/apr_atomic.h"
+#include "apr-1-mt/apr_thread_proc.h"
+#include "apr-1-mt/apr_thread_mutex.h"
+#include "apr-1-mt/apr_getopt.h"
+#include "apr-1-mt/apr_signal.h"
+#include "apr-1-mt/apr_atomic.h"
 #include "llstring.h"
 
 
