summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-25 01:30:54 +0000
committerpeter <peter@FreeBSD.org>2001-10-25 01:30:54 +0000
commitf62986b79a56899f05061be231935d16a2c19a07 (patch)
treef6108340752a44dd5d8648fe67cd31acebbce2d9 /lib/libstand
parent88d4f9b51faec3cda147eefee9b788d182a62539 (diff)
downloadFreeBSD-src-f62986b79a56899f05061be231935d16a2c19a07.zip
FreeBSD-src-f62986b79a56899f05061be231935d16a2c19a07.tar.gz
Change #include "DEFS.h" to <machine/asm.h>.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/i386/_setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/i386/_setjmp.S b/lib/libstand/i386/_setjmp.S
index 6ac89a2..6fc8ac1 100644
--- a/lib/libstand/i386/_setjmp.S
+++ b/lib/libstand/i386/_setjmp.S
@@ -49,7 +49,7 @@
* The previous signal state is NOT restored.
*/
-#include "DEFS.h"
+#include <machine/asm.h>
ENTRY(_setjmp)
movl 4(%esp),%eax
OpenPOWER on IntegriCloud