about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--nscd/nscd-client.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 581d243345..b8988b9445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* nscd/nscd-client.h: Include <string.h>.
+
 2014-05-01  David S. Miller  <davem@davemloft.net>
 
 	[BZ #16885]
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h
index ee16df6083..cabba49777 100644
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -24,6 +24,7 @@
 
 #include <stdbool.h>
 #include <stdint.h>
+#include <string.h>
 #include <sys/types.h>
 #include <atomic.h>
 #include <nscd-types.h>