summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image/png.c2
-rw-r--r--image/png.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/image/png.c b/image/png.c
index 822b3b445..7c621b0bf 100644
--- a/image/png.c
+++ b/image/png.c
@@ -23,7 +23,7 @@
#include <string.h>
#include <stdlib.h>
-#include <libpng/png.h>
+#include <png.h>
#include "utils/config.h"
diff --git a/image/png.h b/image/png.h
index 5350ec61d..521881136 100644
--- a/image/png.h
+++ b/image/png.h
@@ -21,7 +21,7 @@
#define _NETSURF_RISCOS_PNG_H_
#include <stdbool.h>
-#include <libpng/png.h>
+#include <png.h>
struct content;
struct bitmap;