blob: 085ac246937fac782ff57ae016af026b34c46126 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-usecode_compiler_ucparse.yy,v 1.1 2011/11/25 21:53:26 joerg Exp $
--- usecode/compiler/ucparse.yy.orig 2011-11-25 17:48:55.000000000 +0000
+++ usecode/compiler/ucparse.yy
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suit
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
+#include <cstring>
#include <vector>
#include "ucfun.h"
|