blob: 1ac6c39acfab4c04a9d8cbadfae88193e1493c0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ah,v 1.3 2006/12/13 03:37:50 obache Exp $
--- src/celutil/util.h.orig 2006-01-17 21:28:30.000000000 +0100
+++ src/celutil/util.h
@@ -28,6 +28,10 @@
#ifdef _WIN32
#define _(s) s
#else
+#include <libintl.h>
+#ifdef printf
+#undef printf
+#endif
#define _(s) gettext(s)
#endif
|