summaryrefslogtreecommitdiff
path: root/pngdebug.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-03-08 21:47:07 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-03-08 21:49:31 -0600
commitc957b6b0a4bd3454d9780da5c3f0e13fb6f34b82 (patch)
tree22a4f02c19a12817fdbf1e906873bde14290f8d3 /pngdebug.h
parent86f88ddd53f4f5674b59ab2772960252defc7a25 (diff)
[devel] Bump to version libpng-1.5.0beta13
Diffstat (limited to 'pngdebug.h')
-rw-r--r--pngdebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pngdebug.h b/pngdebug.h
index bfcc9987d..81c598f39 100644
--- a/pngdebug.h
+++ b/pngdebug.h
@@ -17,6 +17,8 @@
* only been added since version 0.95 so it is not implemented throughout
* libpng yet, but more support will be added as needed.
*/
+#ifndef PNGDEBUG_H
+#define PNGDEBUG_H
#ifdef PNG_DEBUG
# if (PNG_DEBUG > 0)
# if !defined(PNG_DEBUG_FILE) && defined(_MSC_VER)
@@ -119,3 +121,4 @@
#ifndef png_debug2
# define png_debug2(l, m, p1, p2)
#endif
+#endif /* PNGDEBUG_H */