summaryrefslogtreecommitdiffstats
path: root/usr.bin/look
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-16 19:23:43 +0000
committered <ed@FreeBSD.org>2011-10-16 19:23:43 +0000
commit934a6f8b67395402d63b78095b7fb1a41ce7c423 (patch)
tree3795f17014b05f9b5433ac910b2ff434c0c3cda4 /usr.bin/look
parent191c732ed60c9200ff526deeeab3d4118a498e7e (diff)
downloadFreeBSD-src-934a6f8b67395402d63b78095b7fb1a41ce7c423.zip
FreeBSD-src-934a6f8b67395402d63b78095b7fb1a41ce7c423.tar.gz
Add missing #include.
Note to myself: don't write patches while watching a movie.
Diffstat (limited to 'usr.bin/look')
-rw-r--r--usr.bin/look/look.c1
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>
OpenPOWER on IntegriCloud