diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:50:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:50:49 +0000 |
commit | 97a4d769ba76eca4f3819c6478b5f599adb11396 (patch) | |
tree | 90aea7e539357533aa048518baccaa81bd5c292a /libc/sysdeps/linux/cris/sysdep.S | |
parent | 09417af04f46fa1ededea103b9c46ee846ac65ff (diff) |
make sure we include the local sysdep.h header
Diffstat (limited to 'libc/sysdeps/linux/cris/sysdep.S')
-rw-r--r-- | libc/sysdeps/linux/cris/sysdep.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/sysdep.S b/libc/sysdeps/linux/cris/sysdep.S index 0c98825cc..30d77df15 100644 --- a/libc/sysdeps/linux/cris/sysdep.S +++ b/libc/sysdeps/linux/cris/sysdep.S @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <features.h> -#include <sysdep.h> +#include "sysdep.h" /* Make space for the errno variable. */ |