From a0bb1890a72c8c0f5f43d217a25869db2be6c6db Mon Sep 17 00:00:00 2001 From: Edward Emelianov Date: Wed, 15 May 2024 08:51:28 +0300 Subject: [PATCH] fixed bug with -DIMAGEVIEW=no --- client.c | 2 ++ 1 file changed, 2 insertions(+) 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"