Fixes the implicit declaration of function 'llabs' warning when using older gcc versions
This commit is contained in:
parent
46704009e1
commit
9c32585449
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