diff options
author | Sanjay NM <sanjay.nm@samsung.com> | 2014-09-12 10:55:23 +0530 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-09-12 10:45:39 +0100 |
commit | 66810a32f6bfe051cf86f063cc0bfc60f53ede1c (patch) | |
tree | bdaaebc76dc8dda8d65bf4741b686ff4bb7a6220 /gst/udp/gstudpsrc.c | |
parent | 4242495ea74b0eccda8d5f8f32e69b1845624ccf (diff) |
udp: include string.h for memcmp and memset
https://bugzilla.gnome.org//show_bug.cgi?id=736528
Diffstat (limited to 'gst/udp/gstudpsrc.c')
-rw-r--r-- | gst/udp/gstudpsrc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index c6e41d4cb..e61f2ea12 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -107,6 +107,7 @@ #include "config.h" #endif +#include <string.h> #include "gstudpsrc.h" #include <gst/net/gstnetaddressmeta.h> |