Add unistd.h to network.cc to allow mosh to build on Fedora Rawhide (future Fedora 18)

This commit is contained in:
Alexander Chernyakhovsky
2012-03-26 18:46:52 -04:00
parent f0a5c04fbc
commit 87d57c9567
+1
View File
@@ -24,6 +24,7 @@
#include <arpa/inet.h>
#include <assert.h>
#include <errno.h>
#include <unistd.h>
#if HAVE_CLOCK_GETTIME
#include <time.h>