Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-05-22 08:25:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-22 08:25:31 +0400
commit6e39d908a983cb883a58f1d9fdc2defac572a29c (patch)
treef953658d3e47440c6f485b6f986d9d12b2ba3bee /source/blender/imbuf/intern/md5.h
parentb1ddf90239153dfea1dc5971b668a30f7cd0c93b (diff)
quiet compiler warnings for -Wundef
Diffstat (limited to 'source/blender/imbuf/intern/md5.h')
-rw-r--r--source/blender/imbuf/intern/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/md5.h b/source/blender/imbuf/intern/md5.h
index 5fc1f80216f..79c480d8152 100644
--- a/source/blender/imbuf/intern/md5.h
+++ b/source/blender/imbuf/intern/md5.h
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdio.h>
-#if defined HAVE_LIMITS_H || _LIBC
+#if defined HAVE_LIMITS_H || defined _LIBC
# include <limits.h>
#endif