]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Include stdio.h before tvheadend headers
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 1 Jul 2019 20:08:47 +0000 (22:08 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 2 Jul 2019 08:02:03 +0000 (10:02 +0200)
Fixes build error with uClibc: https://www.tvheadend.org/issues/5667

src/main.c
src/tvh_locale.c
src/tvhlog.c

index 0e3bb4ab0e72ba230052fd2f63c817eaf0b29a91..feb8e30251d72ee3c8a0d5e992db4fd2d4278897 100644 (file)
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <stdio.h>
 #include <tvh_thread.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
index a7c5150f5443845393df648547d1916f9671d7d2..7d1420e99f9d976ea1764b8bfc515a6b146eb317 100644 (file)
@@ -16,6 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <stdio.h>
 #include "tvh_thread.h"
 #include "tvh_locale.h"
 #include "tvh_string.h"
index 156b2110b8a6be8570d23cf86f9cb4a2cecb859a..5e025cec4c4682a723e734134e1551e4a89bea08 100644 (file)
@@ -16,9 +16,9 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <stdio.h>
 #include "tvhlog.h"
 #include <string.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <sys/time.h>
 #include <sys/types.h>