Skip to content
Snippets Groups Projects
Commit ec7bf7a8 authored by Martine Lenders's avatar Martine Lenders
Browse files

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.
parent 2f480efb
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#ifndef RMUTEX_H
#define RMUTEX_H
#include <stdint.h>
#include <stdatomic.h>
#include "mutex.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment