summaryrefslogtreecommitdiff
path: root/perl/locale-gettext/posix.patch
blob: 2a1326315ac42aa747dfe2d33fe07b1ca5659532 (plain)
1
2
3
4
5
6
7
8
9
10
11
# https://bugzilla.novell.com/show_bug.cgi?id=353715
--- gettext.pm
+++ gettext.pm
@@ -32,6 +32,7 @@
 =cut

 use Carp;
+use POSIX;

 require Exporter;
 require DynaLoader;