diff options
Diffstat (limited to 'sysdeps/alpha/remlu.S')
-rw-r--r-- | sysdeps/alpha/remlu.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/remlu.S b/sysdeps/alpha/remlu.S index 3658d92bc1..8d527e4678 100644 --- a/sysdeps/alpha/remlu.S +++ b/sysdeps/alpha/remlu.S @@ -3,4 +3,4 @@ #define SIGNED 0 #define FUNC_NAME __remlu -#include "divrem.S" +#include "divrem.h" |