$OpenBSD: patch-src_fileinfo_c,v 1.2 2004/01/05 15:39:58 espie Exp $
--- src/fileinfo.c.orig	2003-05-24 20:34:15.000000000 +0200
+++ src/fileinfo.c	2004-01-05 15:40:42.000000000 +0100
@@ -50,7 +50,8 @@
 #include <fcntl.h>
 #include <regex.h>
 #include <time.h>			/* For ctime() */
-#include <arpa/inet.h>		/* For ntohl() and friends... */
+#include <sys/types.h>
+#include <machine/endian.h>
 #include <dirent.h>
 
 RCSID("$Id: patch-src_fileinfo_c,v 1.2 2004/01/05 15:39:58 espie Exp $");
