about summary refs log tree commit diff
path: root/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'nscd')
-rw-r--r--nscd/cache.c1
-rw-r--r--nscd/connections.c1
-rw-r--r--nscd/grpcache.c1
-rw-r--r--nscd/hstcache.c1
-rw-r--r--nscd/nscd_conf.c1
-rw-r--r--nscd/nscd_stat.c1
-rw-r--r--nscd/pwdcache.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/nscd/cache.c b/nscd/cache.c
index 0071c11524..61fb7703c2 100644
--- a/nscd/cache.c
+++ b/nscd/cache.c
@@ -23,6 +23,7 @@
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>
+#include <libintl.h>
 #include <arpa/inet.h>
 #include <rpcsvc/nis.h>
 #include <sys/param.h>
diff --git a/nscd/connections.c b/nscd/connections.c
index 9d1b4d366e..d40d987323 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -24,6 +24,7 @@
 #include <pthread.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <libintl.h>
 #include <arpa/inet.h>
 #include <sys/param.h>
 #include <sys/poll.h>
diff --git a/nscd/grpcache.c b/nscd/grpcache.c
index d8848f3e00..62f4c573a6 100644
--- a/nscd/grpcache.c
+++ b/nscd/grpcache.c
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <libintl.h>
 
 #include "nscd.h"
 #include "dbg_log.h"
diff --git a/nscd/hstcache.c b/nscd/hstcache.c
index 6fceecfc56..292d9187e4 100644
--- a/nscd/hstcache.c
+++ b/nscd/hstcache.c
@@ -28,6 +28,7 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
+#include <libintl.h>
 #include <arpa/inet.h>
 
 #include "nscd.h"
diff --git a/nscd/nscd_conf.c b/nscd/nscd_conf.c
index d31e2bde3a..010b905fe8 100644
--- a/nscd/nscd_conf.c
+++ b/nscd/nscd_conf.c
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <libintl.h>
 #include <sys/param.h>
 #include <sys/types.h>
 
diff --git a/nscd/nscd_stat.c b/nscd/nscd_stat.c
index f9d21aeb01..70c66e87fe 100644
--- a/nscd/nscd_stat.c
+++ b/nscd/nscd_stat.c
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <libintl.h>
 
 #include "nscd.h"
 #include "dbg_log.h"
diff --git a/nscd/pwdcache.c b/nscd/pwdcache.c
index a66cf4fe3d..2c4e6c722f 100644
--- a/nscd/pwdcache.c
+++ b/nscd/pwdcache.c
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
+#include <libintl.h>
 
 #include "nscd.h"
 #include "dbg_log.h"