We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3c23b commit 9252234Copy full SHA for 9252234
1 file changed
src/_frida.c
@@ -6,7 +6,7 @@
6
7
#include <frida-core.h>
8
#include <string.h>
9
-#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS_TYPE)
+#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS)
10
# include <gio/gunixsocketaddress.h>
11
#endif
12
0 commit comments