$OpenBSD$
--- indra/llcommon/linden_common.h.orig	Mon Jan  8 19:38:03 2007
+++ indra/llcommon/linden_common.h	Mon Jan  8 19:41:00 2007
@@ -44,6 +44,11 @@
 #include <fstream>
 #include <vector>
 #include <string>
+#if defined(__OpenBSD__)
+#include <sys/types.h>
+#include <sys/param.h>
+#define MAX_PATH PATH_MAX
+#endif
 #include "llfile.h"
 
 #include "stdtypes.h"
