diff options
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 017d5bf19..52dc11a28 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include <asm/byteorder.h> | 48 | #include <asm/byteorder.h> |
49 | 49 | ||
50 | 50 | ||
51 | #if __BYTE_ORDER == __BIG_ENDIAN | 51 | #if (__BYTE_ORDER == __BIG_ENDIAN) && !defined(__USE_XOPEN) |
52 | #define __USE_XOPEN | 52 | #define __USE_XOPEN |
53 | #endif | 53 | #endif |
54 | 54 | ||