From: Jaroslav Kysela Date: Sun, 9 Apr 2017 19:34:46 +0000 (+0200) Subject: compat: more PPC fixes X-Git-Tag: v4.2.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fca900d0ace760f5f929c757a44b52d63ac8b84;p=thirdparty%2Ftvheadend.git compat: more PPC fixes --- diff --git a/src/compat.h b/src/compat.h index 3b31ad520..beccc2cde 100644 --- a/src/compat.h +++ b/src/compat.h @@ -54,6 +54,8 @@ static inline long long int llabs(long long int a) } #endif +#endif /* TVH_COMPAT_H */ + #ifdef COMPAT_IPTOS #ifndef IPTOS_DSCP_MASK @@ -99,4 +101,3 @@ static inline long long int llabs(long long int a) #endif /* COMPAT_IPTOS */ -#endif /* TVH_COMPAT_H */ diff --git a/src/tvhtime.c b/src/tvhtime.c index 03e0ecbc9..82c910da0 100644 --- a/src/tvhtime.c +++ b/src/tvhtime.c @@ -1,5 +1,3 @@ -#define _ISOC9X_SOURCE - #include #include #include