summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/i386/setjmp.S')
-rw-r--r--libc/sysdeps/linux/i386/setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/setjmp.S b/libc/sysdeps/linux/i386/setjmp.S
index d6f2cba8b..d5139d7fe 100644
--- a/libc/sysdeps/linux/i386/setjmp.S
+++ b/libc/sysdeps/linux/i386/setjmp.S
@@ -20,7 +20,7 @@
#include <sysdep.h>
#define _ASM
#define _SETJMP_H
-#include <machine/setjmp.h>
+#include <bits/setjmp.h>
ENTRY (__setjmp)
popl %eax /* Pop return address. */