]> git.sesse.net Git - cubemap/commitdiff
Add a missing #include.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 10 Apr 2018 16:00:20 +0000 (18:00 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 10 Apr 2018 16:00:20 +0000 (18:00 +0200)
Reported by Marcus Nilsen.

server.cpp

index 551679b03837f2574636dbad9af85a83f6ec73b2..ccac946726bf9710946ebb3a5612386ab0690e62 100644 (file)
@@ -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>