Include errno.h before using errno in the string unit test

Even if the code currently compiles without this, it's still better to
explicitly include the header we need.
This commit is contained in:
Vadim Zeitlin
2024-03-12 16:51:12 +01:00
parent ad182fda13
commit b3359a922d
+2
View File
@@ -19,6 +19,8 @@
#include "wx/private/localeset.h"
#include <errno.h>
// ----------------------------------------------------------------------------
// tests
// ----------------------------------------------------------------------------