mirror of https://github.com/OpenTTD/OpenTTD
(svn r9019) -Fix: use <> for system-headers
parent
53caedd0bf
commit
657be6d2d0
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue