Hi,
by chance so far string.h was always included before sss_cli.h. But to be on the safe side we should include string.h in sss_cli.h because safealign_memcpy() is define here which calls memcpy().
bye, Sumit
On Mon, 2011-05-23 at 10:47 -0400, Stephen Gallagher wrote:
On Mon, 2011-05-23 at 16:40 +0200, Sumit Bose wrote:
Hi,
by chance so far string.h was always included before sss_cli.h. But to be on the safe side we should include string.h in sss_cli.h because safealign_memcpy() is define here which calls memcpy().
Ack.
Pushed to master
sssd-devel@lists.fedorahosted.org