diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-01-01 10:04:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-01-01 10:04:10 +0000 |
| commit | b428ff6b67a73538df57c6249a223481e4bcc8b8 (patch) | |
| tree | 068472a039c6aa824c83ca3eeae1187c16395fed /usr.bin | |
| parent | cfd5c4a969d883af1111fb96f30b507ead47ae5c (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/colldef/parse.y | 2 | ||||
| -rw-r--r-- | usr.bin/colldef/scan.l | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 0cd657481f36..9f8f8a80b11b 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -29,8 +29,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <arpa/inet.h> #include <sys/types.h> +#include <arpa/inet.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 dbc0eec83574..b396ed0ff724 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -30,13 +30,13 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <sys/types.h> #include <ctype.h> #include <err.h> #include <limits.h> #include <unistd.h> #include <string.h> #include <sysexits.h> -#include <sys/types.h> #include "common.h" #include "y.tab.h" |
