Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 15:46:50 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257388 - head/lib/libcam
Message-ID:  <201310301546.r9UFkoqw036399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310301546.r9UFkoqw036399>