summaryrefslogtreecommitdiff
blob: ccacfaea76ee1a8c286c83160dbedb7d47f45dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- linux-2.6.17/include/linux/nbd.h
+++ linux-2.6.17/include/linux/nbd.h
@@ -15,6 +15,8 @@
 #ifndef LINUX_NBD_H
 #define LINUX_NBD_H
 
+#include <linux/types.h>
+
 #define NBD_SET_SOCK	_IO( 0xab, 0 )
 #define NBD_SET_BLKSIZE	_IO( 0xab, 1 )
 #define NBD_SET_SIZE	_IO( 0xab, 2 )