$OpenBSD: patch-khexedit_exportdialog_cc,v 1.1.1.1 2002/04/04 14:23:48 espie Exp $
--- khexedit/exportdialog.cc.orig	Thu Apr  4 15:31:17 2002
+++ khexedit/exportdialog.cc	Thu Apr  4 15:39:22 2002
@@ -18,7 +18,14 @@
  *
  */
 
+#ifdef __OpenBSD__
+#include <float.h>
+#include <limits.h>
+#include <math.h>
+#define MAXINT INT_MAX
+#else
 #include <values.h>
+#endif
 
 #include <qbuttongroup.h>
 #include <qlineedit.h> 
