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). --- posix/tst-rfc3484-2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/tst-rfc3484-2.c') diff --git a/posix/tst-rfc3484-2.c b/posix/tst-rfc3484-2.c index a37be36e6a..fcf8a8cd60 100644 --- a/posix/tst-rfc3484-2.c +++ b/posix/tst-rfc3484-2.c @@ -1,6 +1,7 @@ #include #include #include +#include /* Internal definitions used in the libc code. */ #define __getservbyname_r getservbyname_r -- cgit v1.2.3