diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-10-25 01:30:54 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-10-25 01:30:54 +0000 |
| commit | 9d91d74d2b1f4088df1f6747336df8a4c8ea2e6c (patch) | |
| tree | f6108340752a44dd5d8648fe67cd31acebbce2d9 /lib/libpthread | |
| parent | f36f7f8005d9ec01a1d0e6e61c762aac65104590 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/arch/i386/i386/_atomic_lock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/arch/i386/i386/_atomic_lock.S b/lib/libpthread/arch/i386/i386/_atomic_lock.S index 8470070efb9d..af49aff68f03 100644 --- a/lib/libpthread/arch/i386/i386/_atomic_lock.S +++ b/lib/libpthread/arch/i386/i386/_atomic_lock.S @@ -25,7 +25,7 @@ .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ -#include "DEFS.h" +#include <machine/asm.h> /* * Atomicly lock a location with an identifier provided the location |
