$OpenBSD: patch-endian_check_c,v 1.2 2007/02/22 22:02:13 jasper Exp $
--- endian_check.c.orig	Tue Dec  6 15:35:10 2005
+++ endian_check.c	Wed Feb 21 12:07:43 2007
@@ -1,6 +1,7 @@
 /* $Id: patch-endian_check_c,v 1.2 2007/02/22 22:02:13 jasper Exp $ */
 
 #include <stdio.h>
+#include <string.h>
 
 // This pretty simple file checks if the system is LITTLE_ENDIAN or BIG_ENDIAN
 //  it does that by putting a 1 and a 0 in an array, and read it out as one
