]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
vfo.c: missing screen.h inclusion
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 12 Nov 2023 17:18:10 +0000 (22:48 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 12 Nov 2023 17:18:10 +0000 (22:48 +0530)
vfo.c

diff --git a/vfo.c b/vfo.c
index 7a64dcdfe4d62b754d9ce0668e1337e14707d2de..9ed19f7d87aafb1b421c27510ff2eb3581896d6d 100644 (file)
--- 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;