summaryrefslogtreecommitdiff
path: root/pnginfo.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 /pnginfo.h
parent86f88ddd53f4f5674b59ab2772960252defc7a25 (diff)
downloadlibpng-c957b6b0a4bd3454d9780da5c3f0e13fb6f34b82.tar.gz
[devel] Bump to version libpng-1.5.0beta13
Diffstat (limited to 'pnginfo.h')
-rw-r--r--pnginfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pnginfo.h b/pnginfo.h
index 2a279404f..b513f9aae 100644
--- a/pnginfo.h
+++ b/pnginfo.h
@@ -50,6 +50,9 @@
* itxt_ptr structure argument, and the png_set_rows and png_set_unknowns
* functions do not make their own copies.
*/
+#ifndef PNGINFO_H
+#define PNGINFO_H
+
struct png_info_def
{
/* the following are necessary for every PNG file */
@@ -288,3 +291,4 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
#endif
};
+#endif /* PNGINFO_H */