summaryrefslogtreecommitdiff
path: root/app-crypt/rotix/files/rotix-0.83-locale.patch
blob: 460a75da9a48eb1f9950b7594658779eb32fc79d (plain)
1
2
3
4
5
6
7
8
9
10
--- rotix-0.83.orig/rotix.c
+++ rotix-0.83/rotix.c
@@ -38,6 +38,7 @@
 /* I18N */
 #ifdef I18N
 #include <libintl.h>
+#include <locale.h>
 #define _(String) gettext (String)
 #else
 #define _(String) String