From 6b2b4167187fee09365271cca182866ecb029af3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 18 Mar 2024 14:56:16 +0000 Subject: [Rework] Remove some of the GLib types in lieu of standard ones This types have constant conflicts with the system ones especially on OSX. --- src/lua/lua_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/lua_ip.c') diff --git a/src/lua/lua_ip.c b/src/lua/lua_ip.c index 6c0dcb069..5b547b3b6 100644 --- a/src/lua/lua_ip.c +++ b/src/lua/lua_ip.c @@ -402,7 +402,7 @@ lua_ip_to_number(lua_State *L) { LUA_TRACE_POINT; struct rspamd_lua_ip *ip = lua_check_ip(L, 1); - guint32 c; + uint32_t c; guint max, i; guchar *ptr; -- cgit v1.2.3