summaryrefslogtreecommitdiffstats
path: root/src/include/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/thread.h')
-rw-r--r--src/include/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/thread.h b/src/include/thread.h
index 62c6283acf70..19b69fa30d5a 100644
--- a/src/include/thread.h
+++ b/src/include/thread.h
@@ -5,7 +5,7 @@
#include <arch/cpu.h>
#include <bootstate.h>
#include <commonlib/bsd/cb_err.h>
-#include <stdint.h>
+#include <types.h>
struct thread_mutex {
bool locked;