summaryrefslogtreecommitdiff
path: root/tests/test-fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fcntl.c')
-rw-r--r--tests/test-fcntl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-fcntl.c b/tests/test-fcntl.c
index d4889a0..77ca347 100644
--- a/tests/test-fcntl.c
+++ b/tests/test-fcntl.c
@@ -3,7 +3,7 @@
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -27,7 +27,6 @@ SIGNATURE_CHECK (fcntl, int, (int, int, ...));
/* Helpers. */
#include <errno.h>
#include <stdarg.h>
-#include <stdbool.h>
#include <unistd.h>
#if defined _WIN32 && ! defined __CYGWIN__