]> git.sesse.net Git - cubemap/commitdiff
Even more missing unistd.h includes.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 Apr 2013 23:15:57 +0000 (01:15 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 Apr 2013 23:15:57 +0000 (01:15 +0200)
httpinput.cpp
stats.cpp
udpinput.cpp

index 354e4b9885aa0d9be0622c4f85d1ec23e67be5d4..9d39774b70a18188fba21020421261ab56faafc5 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdint.h>
+#include <unistd.h>
 #include <assert.h>
 #include <arpa/inet.h>
 #include <sys/socket.h>
index 1ae23e9891a4000f8b75dd66da87c2f080120c25..94cd4e71c5c9fa0c7794f1f40e80d26707d6bfb4 100644 (file)
--- a/stats.cpp
+++ b/stats.cpp
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <fcntl.h>
 #include <signal.h>
 #include <pthread.h>
index bed7b446a8285d76b921b01ede86097918c2f0e5..6537035bb842e4e8cc3fe09ac30d9c187e4c6c7d 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <unistd.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/poll.h>