From: virtualdj Date: Thu, 6 Dec 2012 21:12:26 +0000 (+0100) Subject: Fixes the implicit declaration of function 'llabs' warning when using older gcc versions X-Git-Tag: 3.4beta7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7099e5d23b9775975d37b18817670bafc6392869;p=thirdparty%2Ftvheadend.git Fixes the implicit declaration of function 'llabs' warning when using older gcc versions (cherry picked from commit 9c325854495a47b2ee8a41c6486b5e985df795a9) --- diff --git a/src/tvhtime.c b/src/tvhtime.c index 6b01883ba..3cc33cb0b 100644 --- a/src/tvhtime.c +++ b/src/tvhtime.c @@ -1,3 +1,5 @@ +#define _ISOC9X_SOURCE + #include #include #include