aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tvheadend/patches/040-fortify.patch
blob: 429791ad1900d060e38c6446def8b8b55ff54680 (plain)
1
2
3
4
5
6
7
8
9
--- a/src/intlconv.c
+++ b/src/intlconv.c
@@ -1,3 +1,6 @@
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
 #include <iconv.h>
 #include "tvheadend.h"
 #include "intlconv.h"