summaryrefslogtreecommitdiff
path: root/devel/mico/patches/patch-include_mico_throw.h
blob: d9d7ce7bbad0f6b98404df4f126e06113993a5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-include_mico_throw.h,v 1.1 2011/11/25 21:46:29 joerg Exp $

--- include/mico/throw.h.orig	2011-11-25 19:47:33.000000000 +0000
+++ include/mico/throw.h
@@ -25,7 +25,7 @@
 #define __mico_throw_h__
 
 #include <stdarg.h>
-
+#include <string.h>
 
 #ifdef HAVE_EXCEPTIONS
 #define MICO_CATCHANY(x) try { x; } catch (...) {}