pkgsrc/lang/baci/patches/patch-ah
2015-12-29 23:34:43 +00:00

14 lines
403 B
Text

$NetBSD: patch-ah,v 1.2 2015/12/29 23:34:43 dholland Exp $
Use standard headers.
--- 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"