diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-14 15:41:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-14 15:41:51 +0000 |
commit | 4b9467958ee5122739fed933a534376cf6a44382 (patch) | |
tree | 51cc843267bb8b95ac3cd5066700d5a32e999ed0 /usr.bin/mg | |
parent | e1fbce586f78a1c761ee1895e8d7d5275dea2bf9 (diff) |
more headers to please lint
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/fileio.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/mg/fileio.c b/usr.bin/mg/fileio.c index 9481d16ab57..181875e3bd5 100644 --- a/usr.bin/mg/fileio.c +++ b/usr.bin/mg/fileio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.55 2005/10/14 06:41:47 kjell Exp $ */ +/* $OpenBSD: fileio.c,v 1.56 2005/10/14 15:41:50 deraadt Exp $ */ /* This file is in the public domain. */ @@ -7,12 +7,14 @@ */ #include "def.h" + +#include <sys/types.h> #ifndef NO_DIRED +#include <sys/time.h> +#include <sys/resource.h> #include <sys/wait.h> #include "kbd.h" #endif /* !NO_DIRED */ - -#include <sys/types.h> #include <limits.h> #include <sys/stat.h> #include <sys/dir.h> |