summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2014-05-01 22:00:34 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2014-05-01 22:02:27 +0200
commita849e800352ac5068dc6f1191c86ff62ba014c61 (patch)
tree29a4bad26212e41c0594e73b03bc300209fc070a /nscd
parent5331255b6eeafa74865b2e6af627cb712c41dafd (diff)
Fix implicit declaration
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd-client.h1
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>