diff options
Diffstat (limited to 'inet/netinet/in.h')
-rw-r--r-- | inet/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index a856a2976d..ff8476e5c7 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -22,8 +22,8 @@ #include <features.h> #include <stdint.h> -#include <sys/socket.h> #include <sys/types.h> +#include <bits/socket.h> __BEGIN_DECLS |