From 7d1b9c4a9019d5a61906f121ea0020992bf2b753 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 5 Nov 2012 12:10:33 -0500 Subject: fix warning in fcntl test --- fcntl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fcntl.c b/fcntl.c index 577d781..83db2c4 100644 --- a/fcntl.c +++ b/fcntl.c @@ -3,6 +3,7 @@ #include #include #include +#include #define TEST2(c, l, ...) ((c) ? 1 : \ (err++,printf(__FILE__":"#l": "#c" failed: " __VA_ARGS__),putchar('\n'),0)) -- cgit v1.2.1