summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches/patch-ab
blob: 0c092066d5401a552292b283bb5566054f1ace9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.5 2009/10/06 00:54:19 dmcmahill Exp $

needed for gcc44

--- src/md.h.orig	2006-07-07 06:54:23.000000000 +0000
+++ src/md.h	2009-10-05 17:52:49.000000000 +0000
@@ -29,4 +29,5 @@
 #include <new>
 #include <cstdarg>
+#include <cstring>
 #include <cassert>
 #include <cfloat>