summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches/patch-ad
blob: f5c8d0341d829283623b4d2bd2a8bae9e2246351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.5 2006/10/01 08:52:01 schwarz Exp $

--- common/convert.cpp.orig	2006-09-17 19:24:05.000000000 +0200
+++ common/convert.cpp	2006-09-17 19:24:46.000000000 +0200
@@ -24,6 +24,10 @@
 
 #include "gettext.h"
 
+#ifdef DECLARE_SNPRINTF
+int snprintf(char *str, size_t size, const char *format, ...);
+#endif
+
 namespace acommon {
 
   typedef unsigned char  byte;