core: rmutex: include stdint.h
For some reason the LLVM/clang version of `stdatomic.h` does not include `stdint.h`, though it uses types from it.
This commit is contained in:
parent
2f480efb60
commit
ec7bf7a854
@ -21,6 +21,7 @@
|
|||||||
#ifndef RMUTEX_H
|
#ifndef RMUTEX_H
|
||||||
#define RMUTEX_H
|
#define RMUTEX_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
|
|
||||||
#include "mutex.h"
|
#include "mutex.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user