mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
extension: Fix the UnixSocketAddress include guard
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <frida-core.h>
|
||||
#include <string.h>
|
||||
#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS_TYPE)
|
||||
#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS)
|
||||
# include <gio/gunixsocketaddress.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user