summaryrefslogtreecommitdiff
path: root/misc/celestia/patches/patch-ah
blob: e0220780003851d986382a882ebdb6a675f6908f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.2 2006/02/17 23:46:40 adam 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