]> git.ipfire.org Git - thirdparty/krb5.git/commit
Correct includes for unlockiter.c 182/head
authorTom Yu <tlyu@mit.edu>
Mon, 4 Aug 2014 16:34:24 +0000 (12:34 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 4 Aug 2014 16:34:24 +0000 (12:34 -0400)
commitf85675510f9028879228193bae25f1b127134fc4
treeda8fda6277ab7fd73afd82f1accd4b6652d4d9f4
parent22a7ac57eb48cdbd6e0560c11b190c51dd405632
Correct includes for unlockiter.c

Some platforms (e.g., Solaris) need a declaration of memset() for the
FD_ZERO() macro to work, contrary to POSIX standards.  Add an
inclusion of <string.h> to accommodate them.  Also add <sys/time.h>,
possibly needed by some older platforms, and remove a spurious
inclusion of <sys/socket.h>.

ticket: 7977
src/tests/unlockiter.c