Skip to content

Commit 9252234

Browse files
committed
extension: Fix the UnixSocketAddress include guard
1 parent 5d3c23b commit 9252234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_frida.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <frida-core.h>
88
#include <string.h>
9-
#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS_TYPE)
9+
#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS)
1010
# include <gio/gunixsocketaddress.h>
1111
#endif
1212

0 commit comments

Comments
 (0)