udp: include string.h for memcmp and memset

https://bugzilla.gnome.org//show_bug.cgi?id=736528
This commit is contained in:
Sanjay NM 2014-09-12 10:55:23 +05:30 committed by Tim-Philipp Müller
parent 4242495ea7
commit 66810a32f6

View file

@ -107,6 +107,7 @@
#include "config.h"
#endif
#include <string.h>
#include "gstudpsrc.h"
#include <gst/net/gstnetaddressmeta.h>