$OpenBSD: patch-khexedit_chartabledialog_cc,v 1.1.1.1 2002/04/04 14:23:48 espie Exp $
--- khexedit/chartabledialog.cc.orig	Thu Apr  4 15:31:17 2002
+++ khexedit/chartabledialog.cc	Thu Apr  4 15:39:19 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 <qlabel.h>
 #include <qheader.h>
