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>