From 8bef6238c3966824d76f15f897beaa2c991e510b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 2 Oct 2007 09:04:03 +0000 Subject: [PATCH] tests/examples/snapshot/snapshot.c: Fix the build. Original commit message from CVS: * tests/examples/snapshot/snapshot.c: Fix the build. --- ChangeLog | 5 +++++ tests/examples/snapshot/snapshot.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1805090c2..a2836a0a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-02 Stefan Kost + + * tests/examples/snapshot/snapshot.c: + Fix the build. + 2007-10-01 Wim Taymans * gst-libs/gst/sdp/gstsdpmessage.h: diff --git a/tests/examples/snapshot/snapshot.c b/tests/examples/snapshot/snapshot.c index dc802ebae..b30711134 100644 --- a/tests/examples/snapshot/snapshot.c +++ b/tests/examples/snapshot/snapshot.c @@ -20,6 +20,8 @@ #include #include +#include + #define CAPS "video/x-raw-rgb,width=160,pixel-aspect-ratio=1/1,bpp=(int)24,depth=(int)24,endianness=(int)4321,red_mask=(int)0xff0000, green_mask=(int)0x00ff00, blue_mask=(int)0x0000ff" int -- GitLab