diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-06-12 23:09:00 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-06-12 23:09:00 +0000 |
| commit | 057ead2f862dab7e0332deccb11649e0c17e84a5 (patch) | |
| tree | 5aaf950676dff2b8c6418a0c11ca28a2092b8fb2 /usr.sbin/makefs | |
| parent | c543e1ae9e9b0ae7a83bd6ce410df9ccbf169067 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/makefs')
| -rw-r--r-- | usr.sbin/makefs/ffs/ffs_bswap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/makefs/ffs/ffs_bswap.c b/usr.sbin/makefs/ffs/ffs_bswap.c index 18ace03123fc..04683a6c87c5 100644 --- a/usr.sbin/makefs/ffs/ffs_bswap.c +++ b/usr.sbin/makefs/ffs/ffs_bswap.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/queue.h> #if defined(_KERNEL) #include <sys/systm.h> #endif |
