summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin LaHaise <bcrl@toomuch.toronto.redhat.com>2002-10-09 11:03:52 -0400
committerBenjamin LaHaise <bcrl@toomuch.toronto.redhat.com>2002-10-09 11:03:52 -0400
commitecb796f5bc603e978b41e868f2f234a249ab288c (patch)
tree98238b5476e3a295605dbba1b6d08eb2b2bbcf5d
parent531fc7be36f9dfd346517a5f116ac7d8bc9bc600 (diff)
fix compile glitch introduced by the addition of symbol exports
-rw-r--r--fs/aio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/aio.c b/fs/aio.c
index 47c3fc16a087..dfd96c68bc4d 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -12,6 +12,7 @@
#include <linux/errno.h>
#include <linux/time.h>
#include <linux/aio_abi.h>
+#include <linux/module.h>
//#define DEBUG 1