summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/atomic.h')
-rw-r--r--arch/x86/machine/atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/atomic.h b/arch/x86/machine/atomic.h
index c990526c..b56da522 100644
--- a/arch/x86/machine/atomic.h
+++ b/arch/x86/machine/atomic.h
@@ -23,7 +23,7 @@
#ifndef _X86_ATOMIC_H
#define _X86_ATOMIC_H
-#include <kern/stdint.h>
+#include <stdint.h>
#define ATOMIC_ADD(ptr, delta) \
asm volatile("lock add %1, %0" \