pkgsrc/textproc/aspell/patches/patch-ad
2006-10-01 08:52:01 +00:00

15 lines
381 B
Text

$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;