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/syscall.S | |
parent | 09417af04f46fa1ededea103b9c46ee846ac65ff (diff) |
make sure we include the local sysdep.h header
Diffstat (limited to 'libc/sysdeps/linux/cris/syscall.S')
-rw-r--r-- | libc/sysdeps/linux/cris/syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/syscall.S b/libc/sysdeps/linux/cris/syscall.S index 011d59920..1a32108d7 100644 --- a/libc/sysdeps/linux/cris/syscall.S +++ b/libc/sysdeps/linux/cris/syscall.S @@ -16,7 +16,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <sysdep.h> +#include "sysdep.h" .syntax no_register_prefix |