You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
438 B
21 lines
438 B
--- a/Maelstrom-netd.c 2014-03-18 01:00:28.408099526 -0400
|
|
+++ b/Maelstrom-netd.c 2014-03-18 01:01:29.892142782 -0400
|
|
@@ -1,7 +1,9 @@
|
|
|
|
/* Here we go... */
|
|
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
+#include <time.h>
|
|
#include <string.h>
|
|
#include <signal.h>
|
|
#include <errno.h>
|
|
@@ -9,6 +11,7 @@
|
|
#include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
#include <unistd.h>
|
|
|