aboutsummaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'crypt')
-rw-r--r--crypt/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/md5.h b/crypt/md5.h
index 6739847..9164a4f 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