diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-10-17 22:37:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-10-17 22:37:07 +0000 |
| commit | 9289f547a2e9780d2a77a78e31b02b357b2ce810 (patch) | |
| tree | fff2595f355660fd0c064be417c2d94425e69b9e /lib/libsysdecode/errno.c | |
| parent | 3abf45a148f5e2fe4a9a3155b137118f99107255 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode/errno.c')
| -rw-r--r-- | lib/libsysdecode/errno.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libsysdecode/errno.c b/lib/libsysdecode/errno.c index c21d21616ba3..9f404e0af0b2 100644 --- a/lib/libsysdecode/errno.c +++ b/lib/libsysdecode/errno.c @@ -28,8 +28,11 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/acl.h> +#include <sys/wait.h> #include <errno.h> #include <limits.h> +#include <stdbool.h> #include <stdio.h> #include <sysdecode.h> |
