diff options
Diffstat (limited to 'md5sum.c')
-rw-r--r-- | md5sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||