summaryrefslogtreecommitdiff
blob: 46a1956f80c7c98cc132ec71a35ad6eaba2e443b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Bug: https://bugs.gentoo.org/894364
Upstream PR: https://github.com/wojtekka/ydpdict/pull/4
--- a/src/ydpdict.c
+++ b/src/ydpdict.c
@@ -55,6 +55,7 @@
 
 #ifdef HAVE_LOCALE_H
 #include <locale.h>
+#include <libintl.h>
 #endif
 
 #ifdef HAVE_LIBAO