Messages in this thread Patch in this message |  | | Date | Thu, 20 Jun 2002 10:42:26 +0300 | From | Dzmitry Chekmarou <> | Subject | [PATCH] add missed include linux/tqueue.h to fs/smbfs/sock.c |
| |
hi
here is fix:
diff -Nru a/fs/smbfs/sock.c b/fs/smbfs/sock.c --- a/fs/smbfs/sock.c Thu Jun 20 10:19:35 2002 +++ b/fs/smbfs/sock.c Wed Jun 19 18:17:40 2002 @@ -18,6 +18,7 @@ #include <linux/mm.h> #include <linux/netdevice.h> #include <linux/smp_lock.h> +#include <linux/tqueue.h> #include <net/scm.h> #include <net/ip.h>
wbr zmiter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |