From 11e3a9c086dd5a6eb4a206a7826eaea2b44ebf41 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 8 Jun 1999 12:38:20 +0000 Subject: [PATCH] Include "err.h" to get prototypes for err() and warn(). --- usr.bin/fgen/fgen.l | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/fgen/fgen.l b/usr.bin/fgen/fgen.l index eb450f1fa83d..e5237c8f6646 100644 --- a/usr.bin/fgen/fgen.l +++ b/usr.bin/fgen/fgen.l @@ -1,5 +1,5 @@ %{ -/* $NetBSD: fgen.l,v 1.6 1999/06/07 05:08:25 mrg Exp $ */ +/* $NetBSD: fgen.l,v 1.7 1999/06/08 12:38:20 tron Exp $ */ /* FLEX input for FORTH input file scanner */ /* * Copyright (c) 1998 Eduardo Horvath. @@ -53,6 +53,7 @@ tail {white} #include #include +#include #include #include #include