summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-03-05 18:00:18 +0000
committertruelight <truelight@openttd.org>2007-03-05 18:00:18 +0000
commitd3df379aecac749ffecc06e4c6aa446c2778a84e (patch)
treeb7513a24edd329b59db2259059fc0d6700b7b55d /src
parentf4db9670466bf87b4e2e5e2c46005c156abd078c (diff)
downloadopenttd-d3df379aecac749ffecc06e4c6aa446c2778a84e.tar.xz
(svn r9019) -Fix: use <> for system-headers
Diffstat (limited to 'src')
-rw-r--r--src/heightmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heightmap.cpp b/src/heightmap.cpp
index 6fb0bfe4c..43f4e0c24 100644
--- a/src/heightmap.cpp
+++ b/src/heightmap.cpp
@@ -32,7 +32,7 @@ static inline byte RGBToGrayscale(byte red, byte green, byte blue)
#ifdef WITH_PNG
-#include "png.h"
+#include <png.h>
/**
* The PNG Heightmap loader.