10 lines
175 B
Diff
10 lines
175 B
Diff
![]() |
--- 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"
|