8ae002
commit a849e800352ac5068dc6f1191c86ff62ba014c61
8ae002
Author: Andreas Schwab <schwab@linux-m68k.org>
8ae002
Date:   Thu May 1 22:00:34 2014 +0200
8ae002
8ae002
    Fix implicit declaration
8ae002
8ae002
Index: b/nscd/nscd-client.h
8ae002
===================================================================
8ae002
--- a/nscd/nscd-client.h
8ae002
+++ b/nscd/nscd-client.h
8ae002
@@ -24,6 +24,7 @@
8ae002
 
8ae002
 #include <stdbool.h>
8ae002
 #include <stdint.h>
8ae002
+#include <string.h>
8ae002
 #include <sys/types.h>
8ae002
 #include <atomic.h>
8ae002
 #include <nscd-types.h>