From: Bernd Kuhls Date: Mon, 1 Jul 2019 20:08:47 +0000 (+0200) Subject: Include stdio.h before tvheadend headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1de1621d78c91431238176bf4f6290870a031a;p=thirdparty%2Ftvheadend.git Include stdio.h before tvheadend headers Fixes build error with uClibc: https://www.tvheadend.org/issues/5667 --- diff --git a/src/main.c b/src/main.c index 0e3bb4ab0..feb8e3025 100644 --- a/src/main.c +++ b/src/main.c @@ -16,10 +16,10 @@ * along with this program. If not, see . */ +#include #include #include #include -#include #include #include #include diff --git a/src/tvh_locale.c b/src/tvh_locale.c index a7c5150f5..7d1420e99 100644 --- a/src/tvh_locale.c +++ b/src/tvh_locale.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include "tvh_thread.h" #include "tvh_locale.h" #include "tvh_string.h" diff --git a/src/tvhlog.c b/src/tvhlog.c index 156b2110b..5e025cec4 100644 --- a/src/tvhlog.c +++ b/src/tvhlog.c @@ -16,9 +16,9 @@ * along with this program. If not, see . */ +#include #include "tvhlog.h" #include -#include #include #include #include