2016-11-18 22:39:22 +01:00

15 lines
403 B
Plaintext

$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"