From 853bc66747673a9fab91bc59697a028c729eb3e9 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 12 Nov 2023 22:48:10 +0530 Subject: [PATCH] vfo.c: missing screen.h inclusion --- vfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vfo.c b/vfo.c index 7a64dcd..9ed19f7 100644 --- a/vfo.c +++ b/vfo.c @@ -53,6 +53,7 @@ #include "client_server.h" #endif #include "ext.h" +#include "screen.h" static GtkWidget *parent_window; static int my_width; -- 2.45.2