]> git.sesse.net Git - cubemap/blobdiff - accesslog.h
Support UDP packets larger than 4 kB.
[cubemap] / accesslog.h
index 66be5a861543244824664a9778a70494bb0e84d9..0ef5c753ef4c433c9ba1411d5195ce15f87085aa 100644 (file)
@@ -5,8 +5,8 @@
 // Server instances, we try not to let write() block too much, and rather do
 // all the I/O in a separate I/O thread.
 
 // Server instances, we try not to let write() block too much, and rather do
 // all the I/O in a separate I/O thread.
 
+#include <pthread.h>
 #include <stdio.h>
 #include <stdio.h>
-
 #include <string>
 #include <vector>
 
 #include <string>
 #include <vector>