changeset 7036 | bfad9865b1dc |
parent 5620 | 652f57de3ccf |
child 7104 | 9514cbb6e4f6 |
child 7187 | a79d3f535809 |
7035:9d023ef7b467 | 7036:bfad9865b1dc |
---|---|
32 ((x & 0x00ff0000UL) >> 8) | |
32 ((x & 0x00ff0000UL) >> 8) | |
33 ((x & 0xff000000UL) >> 24); |
33 ((x & 0xff000000UL) >> 24); |
34 } |
34 } |
35 #else |
35 #else |
36 #include <sys/types.h> |
36 #include <sys/types.h> |
37 #ifdef __BEOS__ |
37 #if defined __BEOS__ && !defined __HAIKU__ |
38 #include <ByteOrder.h> |
38 #include <ByteOrder.h> |
39 #else |
39 #else |
40 #include <arpa/inet.h> |
40 #include <arpa/inet.h> |
41 #endif |
41 #endif |
42 #include <inttypes.h> |
42 #include <inttypes.h> |