Add #include to declare winpr_strerror

This commit is contained in:
Kai Pastor 2024-03-31 19:09:52 +02:00 committed by akallabeth
parent 532a3cd1a9
commit 4b52dfd70c
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
#include <sys/system_properties.h>
#include <unistd.h>
#include <winpr/wtypes.h>
#include <winpr/debug.h>
static pthread_once_t g_once;
static int g_inited;