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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 18 years ago
parent 53caedd0bf
commit 657be6d2d0

@ -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.

Loading…
Cancel
Save