$OpenBSD: patch-plugins_org_eclipse_update_core_openbsd_src_update_c,v 1.2 2005/08/09 14:49:09 kurt Exp $
--- plugins/org.eclipse.update.core.openbsd/src/update.c.orig	Sun Jul 31 22:19:08 2005
+++ plugins/org.eclipse.update.core.openbsd/src/update.c	Sun Jul 31 22:19:57 2005
@@ -12,8 +12,14 @@
 /* bug 82520 : need to include stdlib.h */
 # include <stdlib.h>
 # include <sys/types.h>
+#ifdef __OpenBSD__
+# include <sys/param.h>
+# include <sys/mount.h>
+# include "update.h"
+#else
 # include <sys/statfs.h>
 # include <update.h>
+#endif
 
 /*
  * Class:     org_eclipse_update_configuration_LocalSystemInfo
