Fixes the implicit declaration of function 'llabs' warning when using older gcc versions

(cherry picked from commit 9c32585449)
This commit is contained in:
virtualdj 2012-12-06 22:12:26 +01:00 committed by Adam Sutton
parent 5bb45dcd51
commit 7099e5d23b

View file

@ -1,3 +1,5 @@
#define _ISOC9X_SOURCE
#include <time.h>
#include <sys/ipc.h>
#include <sys/shm.h>