svn commit: r226445 - head/usr.bin/look

Ed Schouten ed at FreeBSD.org
Sun Oct 16 19:23:44 UTC 2011


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>


More information about the svn-src-all mailing list