OSDN Git Service

[flac] Add missing include to windows_unicode_filenames.c
authorStarg <starg@users.osdn.me>
Wed, 23 Feb 2022 12:55:19 +0000 (21:55 +0900)
committerStarg <starg@users.osdn.me>
Wed, 23 Feb 2022 12:55:19 +0000 (21:55 +0900)
FLAC/src/windows_unicode_filenames.c

index bf3bfe1..8a7795e 100644 (file)
@@ -34,6 +34,7 @@
 #endif
 
 #include <io.h>
+#include <stdlib.h>
 #include <windows.h>
 #include "share/windows_unicode_filenames.h"