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

This commit is contained in:
virtualdj 2012-12-06 22:12:26 +01:00
parent 46704009e1
commit 9c32585449

View file

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