diff options
Diffstat (limited to 'crypt/md5.h')
-rw-r--r-- | crypt/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/md5.h b/crypt/md5.h index 67398475bd..9164a4fec3 100644 --- a/crypt/md5.h +++ b/crypt/md5.h @@ -22,7 +22,7 @@ #include <stdio.h> -#if defined HAVE_LIMITS_H || _LIBC +#if defined HAVE_LIMITS_H || defined _LIBC # include <limits.h> #endif |