fxgxa: add missing include

This commit is contained in:
Lephenixnoir 2022-10-04 22:09:21 +02:00
parent a1ee256ba5
commit db0a54dc25
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <string.h>
#include <fxgxa.h>
#include <png.h>
#include <endianness.h>
uint8_t *icon_load(const char *filename, int *width, int *height)
{