From 9b7fdfc84a516ede415cd1941e5ff1d6312e83ff Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 10 Oct 2011 01:01:58 +0200 Subject: Fixes for include. --- conf/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/conf.h') diff --git a/conf/conf.h b/conf/conf.h index df77268..142c6ad 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -120,7 +120,7 @@ struct include_file_stack { struct include_file_stack *next; }; -struct include_file_stack *ifs; +extern struct include_file_stack *ifs; int cf_lex(void); -- cgit v1.2.3