diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 12:09:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 12:09:53 +0200 |
commit | f8b2ac1befd9379cdb2fb0dabe8142d74c801818 (patch) | |
tree | 9b43c785197e5a724ed0b603dbdac67a72a011dc /plugingui/image.h | |
parent | 249717512c93df045bdc9b9bec08083c2e9d7a44 (diff) |
Use libpng from sourcetree instead of the one supplied by the OS.
Diffstat (limited to 'plugingui/image.h')
-rw-r--r-- | plugingui/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/image.h b/plugingui/image.h index acfe964..4f41a88 100644 --- a/plugingui/image.h +++ b/plugingui/image.h @@ -27,7 +27,7 @@ #ifndef __DRUMGIZMO_IMAGE_H__ #define __DRUMGIZMO_IMAGE_H__ -#include <png.h> +#include "png/png.h" #include <string> #include "colour.h" |