We need this to compile

This commit is contained in:
libretroadmin 2024-06-29 03:31:01 +02:00
parent 10499abcc8
commit fe131fb544

View File

@ -104,7 +104,7 @@
#include <string.h> /* for memcpy, memset */
#include <stddef.h> /* for ptrdiff_t, size_t */
#include <stdint.h> /* for uint32_t */
#include <string.h> /* for strdup */
#include <compat/posix_string.h> /* for strdup */
#define RHMAP_LEN(b) ((b) ? RHMAP__HDR(b)->len : 0)
#define RHMAP_MAX(b) ((b) ? RHMAP__HDR(b)->maxlen : 0)