dect
/
linux-2.6
Archived
13
0
Fork 0

kconfig: add missing <stdlib.h> inclusion

This header is needed when using {m,re}alloc(3) and free(3) function family.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
This commit is contained in:
Arnaud Lacombe 2011-06-01 16:08:14 -04:00
parent dd003306a4
commit 02d95c96c3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
*/
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "lkc.h"