Blame SOURCES/glibc-rh1418978-2-4.patch

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