From e054f494306530720114b321b3d97ca2f397cbbb Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Wed, 1 May 2013 10:46:34 -0500 Subject: Add #include for uint[32|64]_t usage (except installed headers). --- nscd/connections.c | 1 + nscd/hstcache.c | 1 + nscd/nscd_gethst_r.c | 1 + nscd/nscd_getserv_r.c | 1 + nscd/nscd_helper.c | 1 + nscd/servicescache.c | 1 + 6 files changed, 6 insertions(+) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index 56c327971b..7099215916 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #ifdef HAVE_NETLINK # include diff --git a/nscd/hstcache.c b/nscd/hstcache.c index ca2145212d..0d421fcbbb 100644 --- a/nscd/hstcache.c +++ b/nscd/hstcache.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index 4ede24b194..e07f62236a 100644 --- a/nscd/nscd_gethst_r.c +++ b/nscd/nscd_gethst_r.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/nscd/nscd_getserv_r.c b/nscd/nscd_getserv_r.c index f79bd42e1a..c9c890c63c 100644 --- a/nscd/nscd_getserv_r.c +++ b/nscd/nscd_getserv_r.c @@ -21,6 +21,7 @@ #include #include #include <_itoa.h> +#include #include "nscd-client.h" #include "nscd_proto.h" diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index ba58893560..8587e4549c 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/nscd/servicescache.c b/nscd/servicescache.c index ebb8c454f6..b7738a7cb4 100644 --- a/nscd/servicescache.c +++ b/nscd/servicescache.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include -- cgit 1.4.1