11 lines
316 B
Diff
11 lines
316 B
Diff
--- Maelstrom-netd.c 2021-02-01 16:46:31.000000000 +0100
|
|
+++ Maelstrom-netd.c 2021-02-08 10:34:17.661600013 +0100
|
|
@@ -12,6 +12,7 @@
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
+#include <time.h>
|
|
#include <unistd.h>
|
|
|
|
/* We wait in a loop for players to connect and tell us how many people
|