From bb7119c642180323e66b3b87eed40b2e1f9b6c3d Mon Sep 17 00:00:00 2001 From: Yorhel <git@yorhel.nl> Date: Thu, 23 Apr 2009 20:47:01 +0200 Subject: [PATCH] main.c should include help.h --- src/main.c | 1 + 1 file changed, 1 insertion(+) 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> -- GitLab