Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/pngfile.cc')
-rw-r--r--src/render/pngfile.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/pngfile.cc b/src/render/pngfile.cc
index 8038d22..bff6a54 100644
--- a/src/render/pngfile.cc
+++ b/src/render/pngfile.cc
@@ -1,5 +1,5 @@
/*
- render/png.cc
+ render/pngfile.cc
This file is part of the Osirion project and is distributed under
the terms of the GNU General Public License version 2
*/
@@ -11,8 +11,9 @@ http://www.zarb.org/~gc/html/libpng.html
*/
+#include "png.h"
+
#include <string.h>
-#include <png.h>
#include <iostream>