aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext/dont-override-gnulib.patch
blob: 6f4c4a58a3a34ac737a12c1f45858f4a515521b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/gettext-runtime/intl/libgnuintl.in.h
+++ b/gettext-runtime/intl/libgnuintl.in.h
@@ -317,6 +317,9 @@
 #include <stdio.h>
 #include <stddef.h>
 
+#ifndef _GL_STDIO_H
+#define _GL_STDIO_H
+#endif
 /* Get va_list.  */
 #if (defined __STDC__ && __STDC__) || defined __cplusplus || defined _MSC_VER
 # include <stdarg.h>