From 144836c3bb020405bf029d0d5a85c84aa74662d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Sat, 15 Jun 2013 21:05:57 +0200 Subject: more header stuff move forward declarations of functions from extern.h to their own header files fix inclusion option passed in Makefile cosmetic stuff on some structs --- src/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/help.c') diff --git a/src/help.c b/src/help.c index 1768e2c..a4b2333 100644 --- a/src/help.c +++ b/src/help.c @@ -32,10 +32,10 @@ #include #include "config.h" - #include "screen.h" #include "extern.h" +#include "misc.h" #include "list_generic.h" char version[60]; /* initialised by main() */ -- cgit v1.2.1