9
0
Fork 0

globalvar: add missing include

include/globalvar.h needs struct param_d, so include <param.h>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-08-14 12:29:06 +02:00
parent e60778e041
commit 938c76198f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef __GLOBALVAR_H
#define __GLOBALVAR_H
#include <param.h>
#ifdef CONFIG_GLOBALVAR
int globalvar_add_simple(const char *name);