pkgsrc/devel/re2c/patches/patch-ac

13 lines
288 B
Text
Raw Normal View History

$NetBSD: patch-ac,v 1.1 2004/11/06 18:08:48 kristerw Exp $
--- actions.cc.orig Sat Nov 6 18:52:41 2004
+++ actions.cc Sat Nov 6 18:53:24 2004
@@ -3,6 +3,7 @@
#include <string.h>
#include <iostream>
#include <iomanip>
+#include <ctype.h>
#include "globals.h"
#include "parser.h"