GitHub Actions: use C library for WebAssembly build
RagePhoto.c: fix header includes
This commit is contained in:
parent
3046cbd077
commit
8a29d8aebe
3 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue