From 9c325854495a47b2ee8a41c6486b5e985df795a9 Mon Sep 17 00:00:00 2001 From: virtualdj Date: Thu, 6 Dec 2012 22:12:26 +0100 Subject: [PATCH] Fixes the implicit declaration of function 'llabs' warning when using older gcc versions --- src/tvhtime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tvhtime.c b/src/tvhtime.c index 81ef8fa6..e19d6c8d 100644 --- a/src/tvhtime.c +++ b/src/tvhtime.c @@ -1,3 +1,5 @@ +#define _ISOC9X_SOURCE + #include #include #include