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