blob: 403e32c44603b18c956f849511fc9462f42dbf69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.7 2008/04/29 11:40:50 wiz Exp $
--- common/convert.cpp.orig 2007-12-03 07:55:45.000000000 +0100
+++ common/convert.cpp
@@ -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;
|