svn commit: r223025 - head/usr.sbin/makefs/ffs
Dimitry Andric
dim at FreeBSD.org
Sun Jun 12 23:09:01 UTC 2011
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
More information about the svn-src-head
mailing list