]> git.sesse.net Git - cubemap/blobdiff - serverpool.cpp
Revert "Rewrite the entire internal signal handling/wakeup."
[cubemap] / serverpool.cpp
index 68281996847fa5686158d50e33b588f198d330d6..fb1668239a366b004313db3ab4b0efb2fd63ec00 100644 (file)
@@ -1,5 +1,8 @@
-#include <unistd.h>
+#include <assert.h>
 #include <errno.h>
+#include <google/protobuf/repeated_field.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 #include "client.h"
 #include "log.h"