diff options
Diffstat (limited to 'coreutils/md5sum.c')
-rw-r--r-- | coreutils/md5sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5sum.c b/coreutils/md5sum.c index fad563fe7..a791a41b0 100644 --- a/coreutils/md5sum.c +++ b/coreutils/md5sum.c | |||
@@ -96,7 +96,7 @@ extern _IO_ssize_t getline __P ((char **, size_t *, FILE *)); | |||
96 | 96 | ||
97 | #include <stdio.h> | 97 | #include <stdio.h> |
98 | 98 | ||
99 | #if defined HAVE_LIMITS_H || _LIBC | 99 | #if defined HAVE_LIMITS_H || defined _LIBC |
100 | # include <limits.h> | 100 | # include <limits.h> |
101 | #endif | 101 | #endif |
102 | 102 | ||