From: José Fonseca Date: Tue, 28 Jan 2014 14:35:04 +0000 (+0000) Subject: c11: Add missing stdlib.h include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f29968b2709f0c4bc2fe981fe791094f70d11044;p=mesa.git c11: Add missing stdlib.h include. For malloc/free. Silences gcc mingw warnings. --- 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: