1
0
Fork 0

(svn r9019) -Fix: use <> for system-headers

release/0.6
truelight 2007-03-05 18:00:18 +00:00
parent 53caedd0bf
commit 657be6d2d0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static inline byte RGBToGrayscale(byte red, byte green, byte blue)
#ifdef WITH_PNG #ifdef WITH_PNG
#include "png.h" #include <png.h>
/** /**
* The PNG Heightmap loader. * The PNG Heightmap loader.