Catch up with changes to sys/imgact_aout.h (it requires sys/endian.h).

This commit is contained in:
David E. O'Brien 2004-07-07 08:29:00 +00:00
parent 53efc3474f
commit f21b873a88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113121

View file

@ -0,0 +1,8 @@
--- common/file.c.orig Fri Aug 16 15:39:41 1996
+++ common/file.c Wed Jul 7 01:27:32 2004
@@ -45,4 +45,5 @@
#if defined(__FreeBSD__)
#include <sys/imgact_aout.h>
+#include <sys/endian.h>
#endif
#if !defined(MID_VAX)