summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2014-05-01 22:00:34 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2014-05-01 22:02:27 +0200
commita849e800352ac5068dc6f1191c86ff62ba014c61 (patch)
tree29a4bad26212e41c0594e73b03bc300209fc070a
parent5331255b6eeafa74865b2e6af627cb712c41dafd (diff)
Fix implicit declaration
-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>