diff options
Diffstat (limited to 'arch/um/include/shared/longjmp.h')
| -rw-r--r-- | arch/um/include/shared/longjmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/shared/longjmp.h b/arch/um/include/shared/longjmp.h index e860bc5848e0..9bdddf4c405b 100644 --- a/arch/um/include/shared/longjmp.h +++ b/arch/um/include/shared/longjmp.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #ifndef __UML_LONGJMP_H | 1 | #ifndef __UML_LONGJMP_H |
| 2 | #define __UML_LONGJMP_H | 2 | #define __UML_LONGJMP_H |
| 3 | 3 | ||
| 4 | #include "sysdep/archsetjmp.h" | 4 | #include <sysdep/archsetjmp.h> |
| 5 | #include "os.h" | 5 | #include <os.h> |
| 6 | 6 | ||
| 7 | extern int setjmp(jmp_buf); | 7 | extern int setjmp(jmp_buf); |
| 8 | extern void longjmp(jmp_buf, int); | 8 | extern void longjmp(jmp_buf, int); |
