1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-07-23 04:16:50 +01:00

(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

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.