$OpenBSD: patch-includes_h,v 1.4 2015/05/01 17:40:58 ajacoutot 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 <endian.h>
+
+/* XXX */
+#if BYTE_ORDER == BIG_ENDIAN
+# define BIGENDIAN
+#else
+# define MPU8086
+#endif
 
 typedef short int16;
 typedef int int32;
