$OpenBSD: patch-includes_h,v 1.3 2014/04/16 11:36:14 sthen Exp $
--- includes.h.orig	Wed Apr 16 05:31:35 2014
+++ includes.h	Wed Apr 16 05:31:35 2014
@@ -1,9 +1,18 @@
 #include "md4.h"
-#include "des.h"
+#include <openssl/des.h>
 #include <memory.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <ctype.h>
+#include <machine/endian.h>
+
+/* XXX */
+#if BYTE_ORDER == BIG_ENDIAN
+# define BIGENDIAN
+#else
+# define MPU8086
+#endif
 
 typedef short int16;
 typedef int int32;
