$OpenBSD: patch-src_fileinfo_c,v 1.1 2003/06/19 13:49:22 sturm Exp $
--- src/fileinfo.c.orig	Wed Jun 18 22:11:15 2003
+++ src/fileinfo.c	Wed Jun 18 22:12:00 2003
@@ -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.1 2003/06/19 13:49:22 sturm Exp $");
