Include stdlib.h for arc4random_uniform prototype.
This commit is contained in:
parent
696aadc854
commit
207648d7a6
|
@ -40,6 +40,7 @@
|
|||
#include <arpa/inet.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define STARTPORT 600
|
||||
|
|
Loading…
Reference in New Issue