projects
/
cubemap
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support UDP packets larger than 4 kB.
[cubemap]
/
accesslog.h
diff --git
a/accesslog.h
b/accesslog.h
index
66be5a8
..
0ef5c75
100644
(file)
--- a/
accesslog.h
+++ b/
accesslog.h
@@
-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.
+#include <pthread.h>
#include <stdio.h>
-
#include <string>
#include <vector>