summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-04-23 20:47:01 +0200
committerYorhel <git@yorhel.nl>2009-04-23 20:47:01 +0200
commitbb7119c642180323e66b3b87eed40b2e1f9b6c3d (patch)
treedcadc02e180f980b483dfa99fcbfc2eb82af0dfd
parent7698bfd9807600ee164a896a44aad2417382cfac (diff)
main.c should include help.h
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a3ef949..de8c8a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,6 +29,7 @@
#include "calc.h"
#include "delete.h"
#include "browser.h"
+#include "help.h"
#include <stdlib.h>
#include <string.h>