GNOME Bugzilla – Bug 736528
udp: getting compilation error for implicit declaration of memcmp, memset
Last modified: 2014-09-12 09:46:46 UTC
Created attachment 285986 [details] [review] udp: Included string.h to get memcmp declaration I am getting compilation error for implicit declaration of memcmp is udp. Included string.h to solve this
Thanks. I was pondering whether to add a gst_allocation_params_equal() function instead actually
The include is still needed for memset though, so pushed it, thanks for the patch: commit 66810a32f6bfe051cf86f063cc0bfc60f53ede1c Author: Sanjay NM <sanjay.nm@samsung.com> Date: Fri Sep 12 10:55:23 2014 +0530 udp: include string.h for memcmp and memset https://bugzilla.gnome.org//show_bug.cgi?id=736528