$OpenBSD$
--- indra/llcommon/linden_common.h.orig	Thu Mar 22 01:34:55 2007
+++ indra/llcommon/linden_common.h	Sat Mar 24 22:19:36 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"
