diff options
| author | Benjamin LaHaise <bcrl@toomuch.toronto.redhat.com> | 2002-10-09 11:03:52 -0400 |
|---|---|---|
| committer | Benjamin LaHaise <bcrl@toomuch.toronto.redhat.com> | 2002-10-09 11:03:52 -0400 |
| commit | ecb796f5bc603e978b41e868f2f234a249ab288c (patch) | |
| tree | 98238b5476e3a295605dbba1b6d08eb2b2bbcf5d | |
| parent | 531fc7be36f9dfd346517a5f116ac7d8bc9bc600 (diff) | |
fix compile glitch introduced by the addition of symbol exports
| -rw-r--r-- | fs/aio.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include <linux/errno.h> #include <linux/time.h> #include <linux/aio_abi.h> +#include <linux/module.h> //#define DEBUG 1 |
