summaryrefslogtreecommitdiff
path: root/src/hardware/interrupts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/interrupts.h')
-rw-r--r--src/hardware/interrupts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/interrupts.h b/src/hardware/interrupts.h
index c325d4f..64040cb 100644
--- a/src/hardware/interrupts.h
+++ b/src/hardware/interrupts.h
@@ -1,7 +1,7 @@
#ifndef INTERRUPTS_H
#define INTERRUPTS_H
-#include <stdint.h>
+#include "stdint.h"
#include "port.h"
#include "tasks.h"