<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/intlconv.c
+++ b/src/intlconv.c
@@ -1,3 +1,6 @@
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
 #include &lt;iconv.h&gt;
 #include "tvheadend.h"
 #include "intlconv.h"
</pre></body></html>