Commit Diff


commit - b9220ca4de556f24be9cdc0d478109b75cd476ae
commit + 28778244d67be7024868a5095e5eedda22a3ed98
blob - 7ce51016b7c168bced42344cd7df1ae268ea133d
blob + ef12066eac747e32dae1c6136b4167366076242a
--- gmid.c
+++ gmid.c
@@ -15,7 +15,6 @@
  */
 
 #include <sys/mman.h>
-#include <sys/socket.h>
 #include <sys/stat.h>
 
 #include <assert.h>
blob - cb6af60776fbb003d5ba2cbd10d6ae1c5efc73db
blob + 64effdeb7170cd4219199d787810443f618e1c52
--- gmid.h
+++ gmid.h
@@ -19,6 +19,7 @@
 
 #include <arpa/inet.h>
 #include <netinet/in.h>
+#include <sys/socket.h>
 
 #include <poll.h>
 #include <stdio.h>