]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fixes the implicit declaration of function 'llabs' warning when using older gcc versions
authorvirtualdj <virtualdj@libero.it>
Thu, 6 Dec 2012 21:12:26 +0000 (22:12 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 15 Apr 2013 15:24:46 +0000 (16:24 +0100)
(cherry picked from commit 9c325854495a47b2ee8a41c6486b5e985df795a9)

src/tvhtime.c

index 6b01883babb0601fabf609efabeee71dfb895e11..3cc33cb0b00cee48ce6a0cfd94be5b9bccc2ef19 100644 (file)
@@ -1,3 +1,5 @@
+#define _ISOC9X_SOURCE
+
 #include <time.h>
 #include <sys/ipc.h>
 #include <sys/shm.h>