Fixes the implicit declaration of function 'llabs' warning when using older gcc versions
(cherry picked from commit 9c32585449
)
This commit is contained in:
parent
5bb45dcd51
commit
7099e5d23b
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#define _ISOC9X_SOURCE
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue