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

index fbc5b04390d06929e0b53493e0e8f8fe55350c86..6f7ffa240a140584afd3ea620bae7c52cbc09893 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
 #include <signal.h>