$OpenBSD: patch-khexedit_optiondialog_cc,v 1.1.1.1 2002/04/04 14:23:48 espie Exp $
--- khexedit/optiondialog.cc.orig	Thu Apr  4 15:31:17 2002
+++ khexedit/optiondialog.cc	Thu Apr  4 15:39:13 2002
@@ -23,7 +23,14 @@
 #include <qvbuttongroup.h>
 #include <qpainter.h>
 
+#ifdef __OpenBSD__
+#include <float.h>
+#include <limits.h>
+#include <math.h>
+#define MAXINT INT_MAX
+#else
 #include <values.h>
+#endif
 
 #include <qcheckbox.h>
 #include <qlayout.h>
