summaryrefslogtreecommitdiffstats
path: root/ext/hermes
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-06-21 21:14:33 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-06-21 21:14:33 +0000
commit9eda452c87096b878f170bd923f443ecf23e2d35 (patch)
treeb72a1c160ed1b7ca2aff1600fe656e4ab01416ec /ext/hermes
parent9251ed656ad51ab6ae43b4076de16c9b335fa23d (diff)
downloadgst-plugins-bad-9eda452c87096b878f170bd923f443ecf23e2d35.tar.gz
gst-plugins-bad-9eda452c87096b878f170bd923f443ecf23e2d35.tar.bz2
gst-plugins-bad-9eda452c87096b878f170bd923f443ecf23e2d35.zip
Include right header file for memcpy
Original commit message from CVS: Include right header file for memcpy
Diffstat (limited to 'ext/hermes')
-rw-r--r--ext/hermes/yuv2yuv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hermes/yuv2yuv.c b/ext/hermes/yuv2yuv.c
index 4499af83..4a7560d4 100644
--- a/ext/hermes/yuv2yuv.c
+++ b/ext/hermes/yuv2yuv.c
@@ -21,6 +21,7 @@
#include <math.h>
#include <stdlib.h>
+#include <string.h>
#include <gst/gst.h>