1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/comms/xdx/files/patch-src_gui.h
Diane Bruce 111ecda414 - Fix build under clang 11
- add missing dependancies
2020-08-24 16:24:07 +00:00

12 lines
234 B
C

--- src/gui.h.orig 2006-02-26 19:41:12 UTC
+++ src/gui.h
@@ -49,7 +49,7 @@ typedef struct guitype {
gchar *high8tagname;
} guitype;
-guitype *gui;
+extern guitype *gui;
guitype *new_gui(void);
void create_mainwindow (void);