public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h>
@ 2003-08-04 17:09 Chip Salzenberg
  2003-08-04 22:02 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Chip Salzenberg @ 2003-08-04 17:09 UTC (permalink / raw)
  To: Linux Kernel

Since fs/aio.c calls async_poll(), it should include <linux/poll.h> to
get its declaration.

Index: linux/fs/aio.c
--- linux/fs/aio.c.old	2003-08-04 12:08:49.000000000 -0400
+++ linux/fs/aio.c	2003-08-04 12:50:45.000000000 -0400
@@ -12,4 +12,5 @@
 #include <linux/errno.h>
 #include <linux/time.h>
+#include <linux/poll.h>
 #include <linux/aio_abi.h>
 

-- 
Chip Salzenberg               - a.k.a. -               <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-04 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-04 17:09 [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h> Chip Salzenberg
2003-08-04 22:02 ` Christoph Hellwig
2003-08-04 22:05   ` Chip Salzenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox