diff options
Diffstat (limited to 'usr.bin/make/util.c')
-rw-r--r-- | usr.bin/make/util.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 7dc7399..57ab0c0 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -2,14 +2,15 @@ * Missing stuff from OS's */ -#include <stdio.h> -#include <errno.h> -#include "make.h" - #ifndef lint +#include <sys/cdefs.h> __RCSID("$FreeBSD$"); #endif +#include <stdio.h> +#include <errno.h> +#include "make.h" + #if !__STDC__ # ifndef const # define const |