Skip to content

Commit

Permalink
kconfig: add missing <stdlib.h> inclusion
Browse files Browse the repository at this point in the history
This header is needed when using {m,re}alloc(3) and free(3) function family.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
  • Loading branch information
Arnaud Lacombe committed Jun 6, 2011
1 parent dd00330 commit 02d95c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/util.c
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
*/

#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "lkc.h"

0 comments on commit 02d95c9

Please sign in to comment.