First steps to get GNUnet running under OpenIndiana: include needed for network.c
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 13 Oct 2010 16:24:26 +0000 (16:24 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 13 Oct 2010 16:24:26 +0000 (16:24 +0000)
src/include/platform.h

index b36cd83a4015eb6fc45c8baf04ce88206200e56d..d2e5e3b5d247bdbf16c5d2ca65fa60c7c31e88ea 100644 (file)
 #endif
 #ifdef SOLARIS
 #include <sys/sockio.h>
+#include <sys/filio.h> >
 #include <sys/loadavg.h>
 #include <semaphore.h>
 #endif