summaryrefslogtreecommitdiff
path: root/v4l2-apps
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-06-12 10:42:17 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-06-12 10:42:17 +0200
commit4dc7af7e5508c90e1117c8cc909ec1b7acb1979a (patch)
treecb224d5bdfe7961582dd7f9ec861186478d69641 /v4l2-apps
parentfc84b59143ed42e39bed4f6005100c4b8bb18bde (diff)
downloadmediapointer-dvb-s2-4dc7af7e5508c90e1117c8cc909ec1b7acb1979a.tar.gz
mediapointer-dvb-s2-4dc7af7e5508c90e1117c8cc909ec1b7acb1979a.tar.bz2
libv4l: add missing stdint.h include to libv4l2.h
From: Hans de Goede <hdegoede@redhat.com> libv4l: add missing stdint.h include to libv4l2.h Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps')
-rw-r--r--v4l2-apps/libv4l/include/libv4l2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/include/libv4l2.h b/v4l2-apps/libv4l/include/libv4l2.h
index 0403a29dd..7ecbb2cee 100644
--- a/v4l2-apps/libv4l/include/libv4l2.h
+++ b/v4l2-apps/libv4l/include/libv4l2.h
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <unistd.h>
+#include <stdint.h>
#ifdef __cplusplus
extern "C" {