mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Add header include for rhmap.h
This commit is contained in:
parent
fd8bb7b1ef
commit
40c889b562
@ -104,6 +104,7 @@
|
|||||||
#include <string.h> /* for memcpy, memset */
|
#include <string.h> /* for memcpy, memset */
|
||||||
#include <stddef.h> /* for ptrdiff_t, size_t */
|
#include <stddef.h> /* for ptrdiff_t, size_t */
|
||||||
#include <stdint.h> /* for uint32_t */
|
#include <stdint.h> /* for uint32_t */
|
||||||
|
#include <string.h> /* for strdup */
|
||||||
|
|
||||||
#define RHMAP_LEN(b) ((b) ? RHMAP__HDR(b)->len : 0)
|
#define RHMAP_LEN(b) ((b) ? RHMAP__HDR(b)->len : 0)
|
||||||
#define RHMAP_MAX(b) ((b) ? RHMAP__HDR(b)->maxlen : 0)
|
#define RHMAP_MAX(b) ((b) ? RHMAP__HDR(b)->maxlen : 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user