You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
175 B

  1. --- a/src/intlconv.c
  2. +++ b/src/intlconv.c
  3. @@ -1,3 +1,6 @@
  4. +#ifndef _GNU_SOURCE
  5. +#define _GNU_SOURCE
  6. +#endif
  7. #include <iconv.h>
  8. #include "tvheadend.h"
  9. #include "intlconv.h"