Changeset - r6222:448ee811d6cd
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-03-05 18:00:18
truelight@openttd.org
(svn r9019) -Fix: use <> for system-headers
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/heightmap.cpp
Show inline comments
 
@@ -32,7 +32,7 @@ static inline byte RGBToGrayscale(byte r
 

	
 
#ifdef WITH_PNG
 

	
 
#include "png.h"
 
#include <png.h>
 

	
 
/**
 
 * The PNG Heightmap loader.
0 comments (0 inline, 0 general)