Skip to content
Snippets Groups Projects
Unverified Commit f215ee3d authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #9705 from miri64/core/fix/stdatomic-llvm

core: rmutex: include stdint.h
parents 233935c5 ec7bf7a8
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment