]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fixes the implicit declaration of function 'llabs' warning when using older gcc versions 270/head
authorvirtualdj <virtualdj@libero.it>
Thu, 6 Dec 2012 21:12:26 +0000 (22:12 +0100)
committervirtualdj <virtualdj@libero.it>
Sat, 13 Apr 2013 15:59:53 +0000 (17:59 +0200)
src/tvhtime.c

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