From b964e06640f62cf523e3808b68029d398692204a Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 27 Nov 2016 12:36:16 -0500 Subject: Minor problems exposed by compiling C++ tests under _ISOMAC. * libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional. * test-skeleton.c: Include stdint.h to ensure uintptr_t is available. --- test-skeleton.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test-skeleton.c') diff --git a/test-skeleton.c b/test-skeleton.c index fa457befa5..154096fd8e 100644 --- a/test-skeleton.c +++ b/test-skeleton.c @@ -33,6 +33,7 @@ #include #include #include +#include /* The test function is normally called `do_test' and it is called with argc and argv as the arguments. We nevertheless provide the -- cgit 1.4.1