X-Git-Url: http://git.alex.org.uk diff --git a/cliserv.h b/cliserv.h index b05e7ee..612fa2b 100644 --- a/cliserv.h +++ b/cliserv.h @@ -35,7 +35,12 @@ typedef unsigned long long u64; #error I need at least some 64-bit type #endif -#include NBD_H +#ifdef NBD_H_LOCAL +#include "nbd.h" +#endif +#ifdef NBD_H_LINUX +#include +#endif #if NBD_LFS==1 #define _LARGEFILE_SOURCE