diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:33:03 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:33:03 +0000 |
| commit | 5b116430fc5fabd5c0a78f28764a8e75d4469ba8 (patch) | |
| tree | e90cbe91857b34d4437b355c12ccfb89bd01884a /usr.bin/yacc | |
| parent | c93bd87abaf313a0720490502f575158b9534a93 (diff) | |
Notes
Diffstat (limited to 'usr.bin/yacc')
| -rw-r--r-- | usr.bin/yacc/output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index cc893bb60b93..3d32c065d599 100644 --- a/usr.bin/yacc/output.c +++ b/usr.bin/yacc/output.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: output.c,v 1.8 1997/04/28 03:36:12 steve Exp $ + * $Id: output.c,v 1.9 1997/04/29 03:05:38 steve Exp $ */ #ifndef lint @@ -41,6 +41,7 @@ static char const sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93"; #endif /* not lint */ #include <stdlib.h> +#include <string.h> #include "defs.h" static int default_goto __P((int)); |
