diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2014-05-01 22:00:34 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2014-05-01 22:02:27 +0200 |
commit | a849e800352ac5068dc6f1191c86ff62ba014c61 (patch) | |
tree | 29a4bad26212e41c0594e73b03bc300209fc070a /nscd | |
parent | 5331255b6eeafa74865b2e6af627cb712c41dafd (diff) | |
download | glibc-a849e800352ac5068dc6f1191c86ff62ba014c61.tar.gz glibc-a849e800352ac5068dc6f1191c86ff62ba014c61.tar.xz glibc-a849e800352ac5068dc6f1191c86ff62ba014c61.zip |
Fix implicit declaration
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/nscd-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |