aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/wlan/byteorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/wlan/byteorder.h b/src/transport/wlan/byteorder.h
index 75dc5e5d5..9e16fd70c 100644
--- a/src/transport/wlan/byteorder.h
+++ b/src/transport/wlan/byteorder.h
@@ -167,7 +167,7 @@
167 * Solaris 167 * Solaris
168 * ------- 168 * -------
169 */ 169 */
170 #if defined(__sparc__) 170 #if defined(__sparc__) && defined(__sun__)
171 #include <sys/byteorder.h> 171 #include <sys/byteorder.h>
172 #include <sys/types.h> 172 #include <sys/types.h>
173 #include <unistd.h> 173 #include <unistd.h>