<string.h>, not <memory.h>, is the header file for memcpy().
authorGuy Harris <guy@alum.mit.edu>
Fri, 27 Feb 2015 22:55:30 +0000 (14:55 -0800)
committerGuy Harris <guy@alum.mit.edu>
Fri, 27 Feb 2015 22:55:53 +0000 (22:55 +0000)
commit8c86fbc0be458546004462e8735fa93bc9dc3e01
treefb93cfca967f5dff959283c0b012727bb0ab592f
parent81fa9e05fffe788cdec02b1f3f12612daa826c6b
<string.h>, not <memory.h>, is the header file for memcpy().

Don't include <memory.h> when using memcpy(), include <string.h>.

We don't need to check for memory.h, so don't do it in CMake (we don't
explicitly check for it in autoconf, but it's checked for by some macro
we do use).

Change-Id: I7aa93d4ea93bab9beff597939d3c24aecda3d52e
Reviewed-on: https://code.wireshark.org/review/7433
Reviewed-by: Guy Harris <guy@alum.mit.edu>
ConfigureChecks.cmake
plugins/easy_codec/codec-g722.c
plugins/easy_codec/codec-g7231.c
plugins/easy_codec/codec-g729a.c