diff --git a/client.c b/client.c index 7ff8c60..266d97e 100644 --- a/client.c +++ b/client.c @@ -28,7 +28,9 @@ #include "ccdfunc.h" // framerate #include "client.h" #include "cmdlnopts.h" +#ifdef IMAGEVIEW #include "imageview.h" +#endif #include "server.h" // for common commands names #include "socket.h"