freebsd-ports/comms/xdx/files/patch-src_gui.c
Diane Bruce 111ecda414 - Fix build under clang 11
- add missing dependancies
2020-08-24 16:24:07 +00:00

10 lines
325 B
C

--- src/gui.c.orig 2020-08-23 16:44:09 UTC
+++ src/gui.c
@@ -41,6 +41,7 @@
#include "text.h"
extern preferencestype preferences;
+guitype *gui;
static void on_highcheck_toggled (GtkToggleButton *togglebutton, gpointer user_data);
static void on_soundcheck_toggled (GtkToggleButton *togglebutton, gpointer user_data);