summaryrefslogtreecommitdiff
path: root/misc/celestia/patches/patch-ah
blob: 043d6138d38718799dc4a11288600b8e7f6aad7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.4 2006/12/13 16:45:42 obache Exp $

--- src/celutil/util.h.orig	2006-01-17 21:28:30.000000000 +0100
+++ src/celutil/util.h
@@ -28,6 +28,7 @@
 #ifdef _WIN32
 #define _(s) s
 #else
+#include <libintl.h>
 #define _(s) gettext(s)
 #endif