main.c should include help.h

This commit is contained in:
Yorhel 2009-04-23 20:47:01 +02:00
parent 7698bfd980
commit bb7119c642

View file

@ -29,6 +29,7 @@
#include "calc.h"
#include "delete.h"
#include "browser.h"
#include "help.h"
#include <stdlib.h>
#include <string.h>