diff options
author | ed <ed@FreeBSD.org> | 2011-10-16 19:23:43 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-10-16 19:23:43 +0000 |
commit | 934a6f8b67395402d63b78095b7fb1a41ce7c423 (patch) | |
tree | 3795f17014b05f9b5433ac910b2ff434c0c3cda4 | |
parent | 191c732ed60c9200ff526deeeab3d4118a498e7e (diff) | |
download | FreeBSD-src-934a6f8b67395402d63b78095b7fb1a41ce7c423.zip FreeBSD-src-934a6f8b67395402d63b78095b7fb1a41ce7c423.tar.gz |
Add missing #include.
Note to myself: don't write patches while watching a movie.
-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> |