about summary refs log tree commit diff stats
path: root/src/tools/gtkclass.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-04 01:12:33 +0800
committerGitHub <noreply@github.com>2025-04-03 19:12:33 +0200
commitfb955a39752a82c219fa401415892bd4facb5845 (patch)
treea12a9e55015cf900cbbc321f7fb7d4f6e278a0e4 /src/tools/gtkclass.c
parent8cd3ba8c9e4840541370905b1306ad57e946e288 (diff)
downloadbox64-fb955a39752a82c219fa401415892bd4facb5845.tar.gz
box64-fb955a39752a82c219fa401415892bd4facb5845.zip
Decoupled alternate functions from bridge (#2500)
Diffstat (limited to 'src/tools/gtkclass.c')
-rw-r--r--src/tools/gtkclass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/gtkclass.c b/src/tools/gtkclass.c
index 4a24de0b..55cfb99f 100644
--- a/src/tools/gtkclass.c
+++ b/src/tools/gtkclass.c
@@ -7,6 +7,7 @@
 #include "wrappedlibs.h"
 
 #include "bridge.h"
+#include "alternate.h"
 #include "debug.h"
 #include "callback.h"
 #include "librarian.h"