diff options
-rw-r--r-- | usr.bin/look/look.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 0088864..a655b39 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -62,6 +62,7 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <locale.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |