sys_times, sys_utsname: use include_next
[gnulib.git] / tests / test-fcntl-safer.c
index 33c7c2c..c3e77fa 100644 (file)
 
 #include "fcntl--.h"
 
+#include <errno.h>
+#include <stdbool.h>
+#include <stdio.h>
+#include <unistd.h>
+
+#include "macros.h"
+
 #define BASE "test-fcntl-safer.t"
 
 #include "test-open.h"
@@ -27,5 +34,5 @@
 int
 main (void)
 {
-  return test_open ();
+  return test_open (open, true);
 }