Include stdlib.h for arc4random_uniform prototype.

This commit is contained in:
Darren Tucker 2021-09-29 20:03:58 +10:00
parent 696aadc854
commit 207648d7a6

View File

@ -40,6 +40,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#define STARTPORT 600