From: Julian Ospald <hasufell@gentoo.org>
Date: Sat Jul 14 20:55:35 UTC 2012
Subject: fix compilation on gcc-4.7

https://bugs.gentoo.org/show_bug.cgi?id=426612

--- a/simulation/metaserver.cpp
+++ b/simulation/metaserver.cpp
@@ -16,6 +16,7 @@
  ***************************************************************************/
 #include <cstdio>
 #include <cstdlib>
+#include <unistd.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
