mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-06 01:24:20 +03:00
Fix include path for libpng.
Libpng mandates using <png.h>, if it doesn't work for you, fix your OS :D (or use -I) See http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-2 svn path=/trunk/netsurf/; revision=5333
This commit is contained in:
parent
c446540109
commit
8c2a7e23de
@ -23,7 +23,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <libpng/png.h>
|
||||
#include <png.h>
|
||||
|
||||
#include "utils/config.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define _NETSURF_RISCOS_PNG_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <libpng/png.h>
|
||||
#include <png.h>
|
||||
|
||||
struct content;
|
||||
struct bitmap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user