diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-11 18:03:30 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-11 18:03:30 +0100 |
| commit | 16f63a94c3645352af27e4e0fb113ce06a17dcb6 (patch) | |
| tree | 071b55e0591376886974240a8983d1e94c5cdc59 /src | |
| parent | bd7ff2efd626ec5e1d73539e23ba4f921b06d812 (diff) | |
| download | box64-16f63a94c3645352af27e4e0fb113ce06a17dcb6.tar.gz box64-16f63a94c3645352af27e4e0fb113ce06a17dcb6.zip | |
[BOX32][WRAPPER] Try to fix some build issue on older system (for #2140)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped32/wrappedlibresolv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedlibresolv.c b/src/wrapped32/wrappedlibresolv.c index 7ef81e3a..7f7bf0e1 100644 --- a/src/wrapped32/wrappedlibresolv.c +++ b/src/wrapped32/wrappedlibresolv.c @@ -3,7 +3,6 @@ #include <string.h> #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <dlfcn.h> -#include <resolv.h> #include <netdb.h> #include "wrappedlibs.h" |