* src/files.c: Include error.h.

From Hans Aberg.
This commit is contained in:
Akim Demaille
2001-11-27 18:42:32 +00:00
parent c18cf8cb26
commit 4bfeeafb00
11 changed files with 33 additions and 27 deletions

View File

@@ -23,6 +23,7 @@
#include "getargs.h"
#include "files.h"
#include "gram.h"
#include "error.h"
#include "complain.h"
FILE *finput = NULL;