summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/globalvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/globalvar.h b/include/globalvar.h
index e3098bc403..eb3728717b 100644
--- a/include/globalvar.h
+++ b/include/globalvar.h
@@ -1,6 +1,8 @@
#ifndef __GLOBALVAR_H
#define __GLOBALVAR_H
+#include <param.h>
+
#ifdef CONFIG_GLOBALVAR
int globalvar_add_simple(const char *name);