$OpenBSD$
--- indra/llmessage/llhttpassetstorage.cpp.orig	Thu Mar 22 01:34:58 2007
+++ indra/llmessage/llhttpassetstorage.cpp	Sat Mar 24 22:20:18 2007
@@ -36,7 +36,11 @@
 #include "llvfile.h"
 #include "llvfs.h"
 
+#if defined(__OpenBSD__)
+#include <zlib.h>
+#else
 #include "zlib/zlib.h"
+#endif
 
 const U32 MAX_RUNNING_REQUESTS = 4;
 const F32 MAX_PROCESSING_TIME = 0.005f;
