(svn r9019) -Fix: use <> for system-headers
authortruelight
Mon, 05 Mar 2007 18:00:18 +0000
changeset 6222 44bc341f121a
parent 6221 dcdd06445346
child 6223 35fed2adecf5
(svn r9019) -Fix: use <> for system-headers
src/heightmap.cpp
--- a/src/heightmap.cpp	Mon Mar 05 17:05:41 2007 +0000
+++ b/src/heightmap.cpp	Mon Mar 05 18:00:18 2007 +0000
@@ -32,7 +32,7 @@
 
 #ifdef WITH_PNG
 
-#include "png.h"
+#include <png.h>
 
 /**
  * The PNG Heightmap loader.