svn commit: r257388 - head/lib/libcam
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Wed Oct 30 15:46:51 UTC 2013
Author: nwhitehorn
Date: Wed Oct 30 15:46:50 2013
New Revision: 257388
URL: http://svnweb.freebsd.org/changeset/base/257388
Log:
Add missing header.
Submitted by: Sean Bruno
Modified:
head/lib/libcam/camlib.c
Modified: head/lib/libcam/camlib.c
==============================================================================
--- head/lib/libcam/camlib.c Wed Oct 30 15:25:23 2013 (r257387)
+++ head/lib/libcam/camlib.c Wed Oct 30 15:46:50 2013 (r257388)
@@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
More information about the svn-src-all
mailing list