diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-12 21:56:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-12 21:56:56 +0000 |
commit | ffdab6f3bff9a31e895695309cea1e60d96a352b (patch) | |
tree | 20e310da49d8ead0aeecf76519957b7fac374b70 /libc/sysdeps/linux/sparc/setjmp.S | |
parent | 92773db48eb6be7bc3ef12f44e4b163a7f5e0af3 (diff) |
Make sure these use the local sysdep.h header file
Diffstat (limited to 'libc/sysdeps/linux/sparc/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/setjmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sparc/setjmp.S b/libc/sysdeps/linux/sparc/setjmp.S index 8f279ca5d..770c8a7b9 100644 --- a/libc/sysdeps/linux/sparc/setjmp.S +++ b/libc/sysdeps/linux/sparc/setjmp.S @@ -20,6 +20,7 @@ #include <sysdep.h> #include <sys/trap.h> +#include "sysdep.h" #define _ASM 1 #define _SETJMP_H |