diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-03-04 15:56:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-03-04 15:56:17 +0000 |
| commit | d40ca10a584261a5be9c87c39795eae958a06c28 (patch) | |
| tree | fa5b07f3b95f8f2f203e0270645f783373ca98a3 /usr.bin/make | |
| parent | 631ea79e3fd7c69839b6348285a69f83456fdcfd (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/arch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 2b81c7f5993f..d8206e01bf48 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -94,6 +94,7 @@ __FBSDID("$FreeBSD$"); #include <ctype.h> #include <errno.h> #include <inttypes.h> +#include <limits.h> #include <regex.h> #include <stdlib.h> #include <stdio.h> |
