From: Paul Eggert Date: Sat, 11 Dec 2004 06:16:44 +0000 (+0000) Subject: Include "complain.h", for "fatal". X-Git-Tag: BISON-2_0~49 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/db5c43f791d5688070db6da3210f433b0e2ebe1a Include "complain.h", for "fatal". --- diff --git a/src/scan-skel.l b/src/scan-skel.l index 73b1e85d..3191f819 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -28,6 +28,7 @@ #include #include +#include "complain.h" #include "getargs.h" #include "files.h"