summaryrefslogtreecommitdiff
path: root/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c
blob: 5a96d391bec74b8f40974f440e9d1d68e347da8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- tp/Texinfo/XS/parsetexi/api.c.orig	2021-03-12 20:48:49 UTC
+++ tp/Texinfo/XS/parsetexi/api.c
@@ -25,7 +25,9 @@
 
 #undef context
 
+#ifdef ENABLE_NLS
 #include <libintl.h>
+#endif
 
 #include <stdlib.h>
 #include <stdio.h>