diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-04-05 17:02:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-04-05 17:02:08 +0000 |
| commit | 78f104db9c01cb2c36fb90dce79fc94fd665ce5d (patch) | |
| tree | 7a778faa15dcc51ffff0f11b905a3dadfce2a4b4 /usr.bin/make | |
| parent | 8c7e1947085f546380d60f3d491ca95937152e16 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 399dbb92fa2b..fd84a2f3678a 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -61,13 +61,13 @@ __FBSDID("$FreeBSD$"); */ #include <sys/param.h> -#include <sys/resource.h> #include <sys/signal.h> #include <sys/stat.h> #if defined(__i386__) #include <sys/sysctl.h> #endif #include <sys/time.h> +#include <sys/resource.h> #ifndef MACHINE #include <sys/utsname.h> #endif |
