Description: Include header to fix FTBFS due to implicit pointer conversion
Author: Logan Rosen <logan@ubuntu.com>

--- maelstrom-1.4.3-L3.0.6+main.orig/Maelstrom-netd.c
+++ maelstrom-1.4.3-L3.0.6+main/Maelstrom-netd.c
@@ -10,6 +10,7 @@
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netdb.h>
 #include <unistd.h>
 
