| Index: base/sys_byteorder.h
|
| diff --git a/base/sys_byteorder.h b/base/sys_byteorder.h
|
| index 704ed568b09e4483fb613ac8923636f6ac084b0d..25b8435303f239a14ff13e15fe6fd0cc19c89692 100644
|
| --- a/base/sys_byteorder.h
|
| +++ b/base/sys_byteorder.h
|
| @@ -11,15 +11,11 @@
|
| #ifndef BASE_SYS_BYTEORDER_H_
|
| #define BASE_SYS_BYTEORDER_H_
|
|
|
| +#include <arpa/inet.h>
|
| +
|
| #include "base/basictypes.h"
|
| #include "build/build_config.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include <winsock2.h>
|
| -#else
|
| -#include <arpa/inet.h>
|
| -#endif
|
| -
|
| namespace base {
|
|
|
| // Returns a value with all bytes in |x| swapped, i.e. reverses the endianness.
|
|
|