diff options
Diffstat (limited to 'png-wbg.h')
-rw-r--r-- | png-wbg.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ #pragma once +#include <stdio.h> #include <pixman.h> -pixman_image_t *png_load(const char *path); +pixman_image_t *png_load(FILE *fp, const char *path); |