Author: ed
Date: Sun Oct 16 19:23:43 2011
New Revision: 226445
URL: http://svn.freebsd.org/changeset/base/226445
Log:
Add missing #include.
Note to myself: don't write patches while watching a movie.
Modified:
head/usr.bin/look/look.c
Modified: head/usr.bin/look/look.c
==============================================================================
--- head/usr.bin/look/look.c Sun Oct 16 19:15:25 2011 (r226444)
+++ head/usr.bin/look/look.c Sun Oct 16 19:23:43 2011 (r226445)
@@ -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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"