0f780af217
Fixes PR 29455.
12 lines
375 B
Text
12 lines
375 B
Text
$NetBSD: patch-ah,v 1.1 2005/02/19 15:40:54 wiz Exp $
|
|
|
|
--- pascomp/bapascal.l.orig 1999-08-31 18:19:08.000000000 +0200
|
|
+++ pascomp/bapascal.l
|
|
@@ -16,6 +16,7 @@ BS6192:1982 (ISO 7185:1983)
|
|
******************************************************************************/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <ctype.h>
|
|
#include <sys/types.h>
|
|
#include "ytab.h"
|