Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-24 18:52:10 +0000
committerStijn Buys <ingar@osirion.org>2008-08-24 18:52:10 +0000
commit9c4d134ab304794b755139e90ca6da9de73a1e9a (patch)
tree71373947f86aa5f72ea78fed695974cfb5117642 /src/render/pngfile.cc
parent184598a43548642b9a4bfe8c2fce58e4a966d0bb (diff)
JPEG screenshots
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>