diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/bp-thunks.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bp-thunks.h b/sysdeps/unix/sysv/linux/i386/bp-thunks.h index d46ea8f278..59a42ddefe 100644 --- a/sysdeps/unix/sysv/linux/i386/bp-thunks.h +++ b/sysdeps/unix/sysv/linux/i386/bp-thunks.h @@ -1,3 +1,4 @@ -#include <sysdeps/generic/bp-thunks.h> - -#include <sys/vm86.h> +#ifndef __ASSEMBLER__ +# include <sysdeps/generic/bp-thunks.h> +# include <sys/vm86.h> +#endif |