diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-12-29 05:15:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-12-29 05:15:54 +0000 |
| commit | ee4f10a0e0049f51c63abb76fecc0ac64b576faf (patch) | |
| tree | c14c51bf0bf8eca54811f95f4a8f17047c90c0d2 /usr.bin/colldef | |
| parent | c0523a3bb58f88507b7216e555bb1958234b80c9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/colldef')
| -rw-r--r-- | usr.bin/colldef/parse.y | 1 | ||||
| -rw-r--r-- | usr.bin/colldef/scan.l | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 375aed8ac3e09..0cd657481f363 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$"); #include <arpa/inet.h> +#include <sys/types.h> #include <err.h> #include <stdarg.h> #include <stdio.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index aeeff1406832a..dbc0eec83574c 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include <unistd.h> #include <string.h> #include <sysexits.h> +#include <sys/types.h> #include "common.h" #include "y.tab.h" |
