From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 12 Nov 2023 17:18:10 +0000 (+0530)
Subject: vfo.c: missing screen.h inclusion
X-Git-Url: https://git.rkrishnan.org/%5B/flags/$rel_link?a=commitdiff_plain;h=853bc66747673a9fab91bc59697a028c729eb3e9;p=pihpsdr.git

vfo.c: missing screen.h inclusion
---

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;