Index: native_client_sdk/src/libraries/nacl_io/ossocket.h |
diff --git a/native_client_sdk/src/libraries/nacl_io/ossocket.h b/native_client_sdk/src/libraries/nacl_io/ossocket.h |
index e95b32747e0d89153f0bd4184b8bb56153833e5a..5b04e86e5f45c040a267dd7a166f54d9b0a97c91 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/ossocket.h |
+++ b/native_client_sdk/src/libraries/nacl_io/ossocket.h |
@@ -5,7 +5,7 @@ |
#ifndef LIBRARIES_NACL_IO_OSSOCKET_H_ |
#define LIBRARIES_NACL_IO_OSSOCKET_H_ |
-#if defined(__native_client__) && defined(__GLIBC__) |
+#if defined(__native_client__) |
#include <arpa/inet.h> |
#include <netdb.h> |
#include <netinet/in.h> |