fix windows build

This commit is contained in:
nillerusr
2022-09-20 18:17:55 +03:00
parent 3f5ebfbde3
commit 5af39f3d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ extern void longjmp( jmp_buf, int ) __attribute__((noreturn));
#if HAVE_PNG
#if ANDROID
#if ANDROID || WIN32
#include "libpng/png.h"
#else
#include <png.h>