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

This commit is contained in:
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
#include "png.h"
#include <png.h>
/**
* The PNG Heightmap loader.