fxgxa: add missing include

This commit is contained in:
Lephenixnoir 2022-10-04 22:09:21 +02:00
parent a1ee256ba5
commit db0a54dc25
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

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)
{