projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f552350
)
Add a missing #include.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Tue, 10 Apr 2018 16:00:20 +0000
(18:00 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Tue, 10 Apr 2018 16:00:20 +0000
(18:00 +0200)
Reported by Marcus Nilsen.
server.cpp
patch
|
blob
|
history
diff --git
a/server.cpp
b/server.cpp
index
551679b
..
ccac946
100644
(file)
--- a/
server.cpp
+++ b/
server.cpp
@@
-1,6
+1,7
@@
#include <assert.h>
#include <errno.h>
#include <inttypes.h>
+#include <limits.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <pthread.h>