Fix implicit declaration
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 1 May 2014 20:00:34 +0000 (22:00 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 1 May 2014 20:02:27 +0000 (22:02 +0200)
ChangeLog
nscd/nscd-client.h

index 581d243..b8988b9 100644 (file)
--- 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]
index ee16df6..cabba49 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <stdbool.h>
 #include <stdint.h>
+#include <string.h>
 #include <sys/types.h>
 #include <atomic.h>
 #include <nscd-types.h>