projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c825e
)
c11: Add missing stdlib.h include.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 28 Jan 2014 14:35:04 +0000
(14:35 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Tue, 28 Jan 2014 14:35:04 +0000
(14:35 +0000)
For malloc/free.
Silences gcc mingw warnings.
include/c11/threads_win32.h
patch
|
blob
|
history
diff --git
a/include/c11/threads_win32.h
b/include/c11/threads_win32.h
index ee29460252f698e568529d5be3330432501021ec..be1a3895727e1f8fd4b3e7732da70786c4e67ff4 100644
(file)
--- a/
include/c11/threads_win32.h
+++ b/
include/c11/threads_win32.h
@@
-30,6
+30,7
@@
#include <limits.h>
#include <errno.h>
#include <process.h> // MSVCRT
+#include <stdlib.h>
/*
Configuration macro: