Merge pull request #10424 from davidhorstmann-arm/add-missing-include-psasim

Add missing include of `stdio.h` in PSASIM
diff --git a/programs/test/udp_proxy.c b/programs/test/udp_proxy.c
index c80a3f5..1c52990 100644
--- a/programs/test/udp_proxy.c
+++ b/programs/test/udp_proxy.c
@@ -17,11 +17,11 @@
 #include "mbedtls/build_info.h"
 
 #include <limits.h>
+#include <stdlib.h>
 #if defined(MBEDTLS_PLATFORM_C)
 #include "mbedtls/platform.h"
 #else
 #include <stdio.h>
-#include <stdlib.h>
 #if defined(MBEDTLS_HAVE_TIME)
 #include <time.h>
 #define mbedtls_time            time