$OpenBSD$
--- indra/llmessage/llbuffer.h.orig	Thu Mar 22 01:34:58 2007
+++ indra/llmessage/llbuffer.h	Sat Mar 24 22:20:18 2007
@@ -30,6 +30,14 @@
 #ifndef LL_LLBUFFER_H
 #define LL_LLBUFFER_H
 
+#if defined(__OpenBSD__)
+extern "C" {
+#include <sys/types.h>
+#include <stdint.h>
+#include <inttypes.h>
+}
+#endif
+
 /**
  * Declaration of classes used for minimizing calls to new[],
  * memcpy(), and delete[]. Typically, you would create an LLHeapArray,
