From 201b971ad7182e97d8d484d864f258d077d68aae Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 15 Dec 2024 15:36:53 +0100 Subject: [BOX32][WRAPPER] Try to fix build issue for older system (for #2156) --- src/wrapped32/wrappedlibresolv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped32/wrappedlibresolv.c b/src/wrapped32/wrappedlibresolv.c index 3baeae3c..b34abb32 100644 --- a/src/wrapped32/wrappedlibresolv.c +++ b/src/wrapped32/wrappedlibresolv.c @@ -4,7 +4,6 @@ #define _GNU_SOURCE /* See feature_test_macros(7) */ #include #include -#include #include "wrappedlibs.h" @@ -28,6 +27,8 @@ static const char* libresolvName = "libresolv.so.2"; #include "wrappercallback32.h" +#include + void* convert_res_state_to_32(void* d, void* s); void* convert_res_state_to_64(void* d, void* s); -- cgit 1.4.1