projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd00330
)
kconfig: add missing <stdlib.h> inclusion
author
Arnaud Lacombe
<lacombar@gmail.com>
Wed, 1 Jun 2011 20:08:14 +0000
(16:08 -0400)
committer
Arnaud Lacombe
<lacombar@gmail.com>
Mon, 6 Jun 2011 19:32:16 +0000
(15:32 -0400)
This header is needed when using {m,re}alloc(3) and free(3) function family.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/kconfig/util.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/util.c
b/scripts/kconfig/util.c
index e07d557bb3a9263efaf3ee4b849003fd7b916d3a..d0b8b2318e489577fd82713fd79b1759c3ff170b 100644
(file)
--- a/
scripts/kconfig/util.c
+++ b/
scripts/kconfig/util.c
@@
-6,6
+6,7
@@
*/
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include "lkc.h"