extension: Fix the UnixSocketAddress include guard

This commit is contained in:
Ole André Vadla Ravnås
2022-10-06 23:49:13 +02:00
parent 5d3c23bfda
commit 92522348e0
+1 -1
View File
@@ -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