Author: dim
Date: Sun Jun 12 23:09:00 2011
New Revision: 223025
URL: http://svn.freebsd.org/changeset/base/223025
Log:
Unbreak usr.sbin/makefs after r223020.
Pointy hat to: mckusick
Modified:
head/usr.sbin/makefs/ffs/ffs_bswap.c
Modified: head/usr.sbin/makefs/ffs/ffs_bswap.c
==============================================================================
--- head/usr.sbin/makefs/ffs/ffs_bswap.c Sun Jun 12 23:06:04 2011
(r223024)
+++ head/usr.sbin/makefs/ffs/ffs_bswap.c Sun Jun 12 23:09:00 2011
(r223025)
@@ -34,6 +34,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
+#include <sys/queue.h>
#if defined(_KERNEL)
#include <sys/systm.h>
#endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"