mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
13 lines
212 B
Diff
13 lines
212 B
Diff
--- a/tp/Texinfo/XS/parsetexi/api.c
|
|
+++ b/tp/Texinfo/XS/parsetexi/api.c
|
|
@@ -25,7 +25,9 @@
|
|
|
|
#undef context
|
|
|
|
+#if defined(HAVE_LIBINTL_H)
|
|
#include <libintl.h>
|
|
+#endif
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|