$OpenBSD: patch-src_main_c,v 1.1.1.1 2007/07/10 08:37:24 ajacoutot Exp $
--- src/main.c.orig	Sat Jun  9 18:22:02 2007
+++ src/main.c	Tue Jul 10 09:08:04 2007
@@ -36,7 +36,12 @@
 #include "proto.h"
 #include "vars.h"
 #include "ship.h"
+
+#ifdef __OpenBSD__
+#include "ieeefp.h"
+#else
 #include "fenv.h"
+#endif
 
 int ThisMessageTime;
 float LastGotIntoBlastSound = 2;
