diff options
author | smh <smh@FreeBSD.org> | 2017-03-23 10:43:29 +0000 |
---|---|---|
committer | smh <smh@FreeBSD.org> | 2017-03-23 10:43:29 +0000 |
commit | ac845c230b7df4f889bae9dd2b42725afa53581b (patch) | |
tree | be63d9d3a299d6e9ffe87bb419fe2ef572933d41 /lib/libsysdecode/flags.c | |
parent | e92bfb0db6f2e6a30da30d3a4aa505eb69868243 (diff) | |
download | FreeBSD-src-ac845c230b7df4f889bae9dd2b42725afa53581b.zip FreeBSD-src-ac845c230b7df4f889bae9dd2b42725afa53581b.tar.gz |
MFC r315423:
Fix libsysdecode vmprot flag decoding
Sponsored by: Multiplay
Diffstat (limited to 'lib/libsysdecode/flags.c')
-rw-r--r-- | lib/libsysdecode/flags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/flags.c b/lib/libsysdecode/flags.c index bb8aa58..61e7248 100644 --- a/lib/libsysdecode/flags.c +++ b/lib/libsysdecode/flags.c @@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$"); #include <netinet/udp.h> #include <nfsserver/nfs.h> #include <ufs/ufs/quota.h> +#include <vm/vm.h> #include <vm/vm_param.h> #include <aio.h> #include <fcntl.h> |