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). --- inet/check_native.c | 2 +- inet/check_pf.c | 2 +- inet/getipv4sourcefilter.c | 1 + inet/getnameinfo.c | 1 + inet/getsourcefilter.c | 2 +- inet/htonl.c | 1 + inet/setipv4sourcefilter.c | 1 + inet/setsourcefilter.c | 1 + inet/test-inet6_opt.c | 1 + inet/tst-network.c | 1 + 10 files changed, 10 insertions(+), 3 deletions(-) (limited to 'inet') diff --git a/inet/check_native.c b/inet/check_native.c index e45a7ffbcf..46ee837b57 100644 --- a/inet/check_native.c +++ b/inet/check_native.c @@ -17,7 +17,7 @@ . */ #include - +#include void attribute_hidden diff --git a/inet/check_pf.c b/inet/check_pf.c index 6968973eb7..0e506023ea 100644 --- a/inet/check_pf.c +++ b/inet/check_pf.c @@ -18,7 +18,7 @@ #include #include - +#include void attribute_hidden diff --git a/inet/getipv4sourcefilter.c b/inet/getipv4sourcefilter.c index b6bcffe43c..258829f18f 100644 --- a/inet/getipv4sourcefilter.c +++ b/inet/getipv4sourcefilter.c @@ -18,6 +18,7 @@ . */ #include +#include #include diff --git a/inet/getnameinfo.c b/inet/getnameinfo.c index 436604b756..ce54fe42a8 100644 --- a/inet/getnameinfo.c +++ b/inet/getnameinfo.c @@ -43,6 +43,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include +#include #include #include #include diff --git a/inet/getsourcefilter.c b/inet/getsourcefilter.c index 174f326c3a..662a60ab94 100644 --- a/inet/getsourcefilter.c +++ b/inet/getsourcefilter.c @@ -19,7 +19,7 @@ #include #include - +#include int getsourcefilter (int s, uint32_t interface, const struct sockaddr *group, diff --git a/inet/htonl.c b/inet/htonl.c index 0a6205fb0b..c753cb1545 100644 --- a/inet/htonl.c +++ b/inet/htonl.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #undef htonl diff --git a/inet/setipv4sourcefilter.c b/inet/setipv4sourcefilter.c index f3841f5c03..af9665968e 100644 --- a/inet/setipv4sourcefilter.c +++ b/inet/setipv4sourcefilter.c @@ -18,6 +18,7 @@ . */ #include +#include #include diff --git a/inet/setsourcefilter.c b/inet/setsourcefilter.c index 53f1ec4809..4f9c23f2cd 100644 --- a/inet/setsourcefilter.c +++ b/inet/setsourcefilter.c @@ -18,6 +18,7 @@ . */ #include +#include #include diff --git a/inet/test-inet6_opt.c b/inet/test-inet6_opt.c index 4db9b59389..3bf319ef0c 100644 --- a/inet/test-inet6_opt.c +++ b/inet/test-inet6_opt.c @@ -2,6 +2,7 @@ #include #include #include +#include #define OPT_X 42 #define OPT_Y 43 diff --git a/inet/tst-network.c b/inet/tst-network.c index af73cd0eeb..6b79e62df6 100644 --- a/inet/tst-network.c +++ b/inet/tst-network.c @@ -18,6 +18,7 @@ . */ #include +#include #include #include #include -- cgit v1.2.3