summaryrefslogtreecommitdiff
path: root/extra/perl-locale-gettext/compatibility-with-POSIX-module.patch
blob: ad675516b797b9a730c83d58df75ccfc95a47fdf (plain)
1
2
3
4
5
6
7
8
9
10
--- a/gettext.pm	2005-05-31 20:11:16.000000000 -0700
+++ b/gettext.pm	2009-10-07 12:39:42.000000000 -0700
@@ -32,6 +32,7 @@
 =cut
 
 use Carp;
+use POSIX qw(:locale_h);
 
 require Exporter;
 require DynaLoader;