This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix testsuite build failures


More fallout from this past weekend's untested header file changes.

Ok to commit?

2012-02-27  David S. Miller  <davem@davemloft.net>

	* rt/tst-aio.c: Include fcntl.h
	* rt/tst-aio64.c: Likewise.
	* rt/tst-aio7.c: Likewise.

diff --git a/rt/tst-aio.c b/rt/tst-aio.c
index 30b4567..8c8cc19 100644
--- a/rt/tst-aio.c
+++ b/rt/tst-aio.c
@@ -20,6 +20,7 @@
 #include <aio.h>
 #include <errno.h>
 #include <error.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/rt/tst-aio64.c b/rt/tst-aio64.c
index 4eeda5b..e8576c1 100644
--- a/rt/tst-aio64.c
+++ b/rt/tst-aio64.c
@@ -21,6 +21,7 @@
 #include <aio.h>
 #include <errno.h>
 #include <error.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c
index 327d28f..8a4c471 100644
--- a/rt/tst-aio7.c
+++ b/rt/tst-aio7.c
@@ -19,6 +19,7 @@
 #include <aio.h>
 #include <error.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]