GitHub Actions: use C library for WebAssembly build

RagePhoto.c: fix header includes
This commit is contained in:
Syping 2023-06-06 20:22:20 +02:00
parent 3046cbd077
commit 8a29d8aebe
3 changed files with 5 additions and 4 deletions

View file

@ -17,9 +17,9 @@
*****************************************************************************/
#include "RagePhotoC.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#if defined(UNICODE_ICONV)
#include <iconv.h>