diff options
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/i586/memcopy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/i386/i586/memcopy.h b/sysdeps/i386/i586/memcopy.h index a0a9b4a..ef6d074 100644 --- a/sysdeps/i386/i586/memcopy.h +++ b/sysdeps/i386/i586/memcopy.h @@ -19,8 +19,7 @@ Boston, MA 02111-1307, USA. */ /* Get the i386 definitions. We will override some of them below. */ -#include_next <memcopy.h> - +#include <sysdeps/i386/memcopy.h> /* Written like this, the Pentium pipeline can execute the loop at a sustained rate of 2 instructions/clock, or asymptotically 480 |