Commit 83b67383 authored by David S. Miller's avatar David S. Miller

[NBD]: nbd.c wants blkdev.h and blk.h

parent 4b01cff6
......@@ -46,6 +46,8 @@
#include <linux/errno.h>
#include <linux/file.h>
#include <linux/ioctl.h>
#include <linux/blkdev.h>
#include <linux/blk.h>
#include <net/sock.h>
#include <linux/devfs_fs_kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment