From f29968b2709f0c4bc2fe981fe791094f70d11044 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 28 Jan 2014 14:35:04 +0000 Subject: [PATCH] c11: Add missing stdlib.h include. For malloc/free. Silences gcc mingw warnings. --- include/c11/threads_win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/c11/threads_win32.h b/include/c11/threads_win32.h index ee29460252f..be1a3895727 100644 --- a/include/c11/threads_win32.h +++ b/include/c11/threads_win32.h @@ -30,6 +30,7 @@ #include #include #include // MSVCRT +#include /* Configuration macro: -- 2.30.2