summaryrefslogtreecommitdiff
path: root/src/libc/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc/setjmp.h')
-rw-r--r--src/libc/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc/setjmp.h b/src/libc/setjmp.h
index 5f987f1..4322124 100644
--- a/src/libc/setjmp.h
+++ b/src/libc/setjmp.h
@@ -1,7 +1,7 @@
#ifndef SETJMP_H
#define SETJMP_H
-#include <stdint.h>
+#include "stdint.h"
// C99 states this should be an array so we can address it without
// the & operator, see prototypes of setjmp and longjmp