diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-10-24 20:29:14 +0000 | 
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-10-24 20:29:14 +0000 | 
| commit | e6d808aee319c457c0f73f906b8a2b1d888f793b (patch) | |
| tree | bf9bde0f6829f75c2e9747018b1dd82fae1b367f /lib/libc/i386/stdlib/div.S | |
| parent | 88f5f7ac50800afe889f9fd4ea629116d610ecea (diff) | |
Notes
Diffstat (limited to 'lib/libc/i386/stdlib/div.S')
| -rw-r--r-- | lib/libc/i386/stdlib/div.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/stdlib/div.S b/lib/libc/i386/stdlib/div.S index 8958ec0b47db..efe973b036ca 100644 --- a/lib/libc/i386/stdlib/div.S +++ b/lib/libc/i386/stdlib/div.S @@ -33,7 +33,7 @@          .asciz "$FreeBSD$"  #endif /* LIBC_RCS and not lint */ -#include "DEFS.h" +#include <machine/asm.h>  ENTRY(div)          movl    4(%esp),%eax  | 
