File radsecproxy-1.11.1-SLES12_import_stdint.h.patch of Package radsecproxy
diff -Naur radsecproxy-1.11.1.orig/dns.c radsecproxy-1.11.1/dns.c --- radsecproxy-1.11.1.orig/dns.c 2024-11-30 09:03:33.000000000 +0100 +++ radsecproxy-1.11.1/dns.c 2024-12-12 08:48:37.542165620 +0100 @@ -1,6 +1,7 @@ /* Copyright (c) 2021, SWITCH */ /* See LICENSE for licensing information. */ +#include <stdint.h> #include "dns.h" #include "debug.h" #include <netdb.h>