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

Reported by Hans Aberg.
This commit is contained in:
Akim Demaille
2001-11-27 18:43:20 +00:00
parent a12f5cabb2
commit 26cfe0be87
2 changed files with 6 additions and 0 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;