X-Git-Url: http://git.alex.org.uk diff --git a/cliserv.h b/cliserv.h index b9557ff..4f7aa78 100644 --- a/cliserv.h +++ b/cliserv.h @@ -36,7 +36,7 @@ typedef unsigned long long u64; #endif #endif /* FS_32BIT */ -#include "nbd.h" +#include #ifdef FS_32BIT struct { unsigned char m[8]; } cliserv_magic = { { 0x00, 0x00, 0x42, 0x02, 0x81, 0x86, 0x12, 0x53 } };