# HG changeset patch # User rathann # Date 1381095582 0 # Node ID 8796d6c029b102c63da1a1d5739cbe6f6d896e6b # Parent 06fed92263cd34567bd31a4303f82834d1ce84c5 Fix undefined variable warning in md5.h. Patch by Erik Auerswald. diff -r 06fed92263cd -r 8796d6c029b1 md5.h --- a/md5.h Sun Oct 06 21:34:05 2013 +0000 +++ b/md5.h Sun Oct 06 21:39:42 2013 +0000 @@ -23,7 +23,7 @@ #include -#if defined HAVE_LIMITS_H || _LIBC +#if defined HAVE_LIMITS_H || defined _LIBC # include #endif