Manuel Pégourié-Gonnard be407038bf Fix includes in udp_proxy.c
The program uses atoi() unconditionally, so it should include stdlib.h
unconditionally. Previously this happened to be indirectly included by
some other header (via pk.h via ssl.h) but we should not rely on that.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2025-09-26 12:22:58 +02:00
..
cmake_package Add and update some .gitignore files 2024-06-18 09:14:36 +02:00
cmake_package_install Add and update some .gitignore files 2024-06-18 09:14:36 +02:00
cmake_subproject Refactor common PThreads CMake code 2024-01-24 18:05:53 +00:00
benchmark.c Fix build test programs in MSVC (due to a warning treated as error in winbase.h) 2025-06-05 09:09:14 +02:00
CMakeLists.txt Update paths for moved program files in CMakeLists 2025-02-20 14:51:26 +00:00
dlopen.c Disable warning from gcc -pedantic on dlsym/dlopen 2025-04-25 18:49:56 +02:00
generate_cpp_dummy_build.sh update headers 2023-11-02 19:47:20 +00:00
selftest.c Fix missing-prototype errors in sample programs 2024-08-06 12:09:13 +01:00
udp_proxy_wrapper.sh update headers 2023-11-02 19:47:20 +00:00
udp_proxy.c Fix includes in udp_proxy.c 2025-09-26 12:22:58 +02:00