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: v3.9~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F270%2Fhead;p=thirdparty%2Ftvheadend.git Fixes the implicit declaration of function 'llabs' warning when using older gcc versions --- diff --git a/src/tvhtime.c b/src/tvhtime.c index 81ef8fa65..e19d6c8d2 100644 --- a/src/tvhtime.c +++ b/src/tvhtime.c @@ -1,3 +1,5 @@ +#define _ISOC9X_SOURCE + #include #include #include