summaryrefslogtreecommitdiffstats
path: root/net/ekiga/files/patch-src-gui-libintl
blob: 5b987de36ae7ca5e16cb66369e0d6a28b7d8b23f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- src/gui/addressbook.cpp.orig    Sun Mar 12 20:11:33 2006
+++ src/gui/addressbook.cpp Tue Apr  4 12:17:23 2006
@@ -38,6 +38,7 @@
 
 #include "../../config.h"
 
+#include <libintl.h>
 #include "addressbook.h"
 #include "main.h"
 #include "chat.h"
--- src/gui/main.cpp.orig   Sun Mar 12 20:11:34 2006
+++ src/gui/main.cpp    Tue Apr  4 12:17:27 2006
@@ -38,6 +38,7 @@
 
 #include "../../config.h"
 
+#include <libintl.h>
 #include "main.h"
 #include "callshistory.h"
 
@@ -78,10 +79,6 @@
 #include <gdk/gdkx.h>
 #else
 #include "winpaths.h"
-#endif
-
-#if defined(P_FREEBSD) || defined (P_MACOSX)
-#include <libintl.h>
 #endif
 
 #include <libxml/parser.h>