summaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2013-06-15 21:05:57 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-25 17:22:58 +0200
commit144836c3bb020405bf029d0d5a85c84aa74662d9 (patch)
tree71fcc413303b8c35cd4b70f0f96f850e81d57df0 /src/help.c
parent55f5f925a85ba813fab67f3f17598104f528fcff (diff)
downloadscreen-144836c3bb020405bf029d0d5a85c84aa74662d9.tar.gz
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
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#include "config.h"
-
#include "screen.h"
#include "extern.h"
+#include "misc.h"
#include "list_generic.h"
char version[60]; /* initialised by main() */