aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-13 16:24:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-13 16:24:26 +0000
commitf09d601b5b22e39c1e6cc5b04d6278e53847949e (patch)
treecb56f9ddcc585d06c083a30e4e451f59f9de428b /src/include/platform.h
parent10289c52b1b6f2be52f33746d8855da7fb12d67e (diff)
downloadgnunet-f09d601b5b22e39c1e6cc5b04d6278e53847949e.tar.gz
gnunet-f09d601b5b22e39c1e6cc5b04d6278e53847949e.zip
First steps to get GNUnet running under OpenIndiana: include needed for network.c
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index b36cd83a4..d2e5e3b5d 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -148,6 +148,7 @@
148#endif 148#endif
149#ifdef SOLARIS 149#ifdef SOLARIS
150#include <sys/sockio.h> 150#include <sys/sockio.h>
151#include <sys/filio.h> >
151#include <sys/loadavg.h> 152#include <sys/loadavg.h>
152#include <semaphore.h> 153#include <semaphore.h>
153#endif 154#endif