summaryrefslogtreecommitdiffstats
path: root/sys/libkern/ashrdi3.c
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2001-01-12 07:28:46 +0000
committerbenno <benno@FreeBSD.org>2001-01-12 07:28:46 +0000
commitd6f7647d73b56459d9be3294ce6544e4588c557b (patch)
treee3bfae42a352c2f82ddbe5c4d1b5a22d9fb4e352 /sys/libkern/ashrdi3.c
parentfd4270504bb9d4409fc0868bf3876f36d5dfdb8f (diff)
downloadFreeBSD-src-d6f7647d73b56459d9be3294ce6544e4588c557b.zip
FreeBSD-src-d6f7647d73b56459d9be3294ce6544e4588c557b.tar.gz
Convert all instances of:
#include "quad.h" to: #include <libkern/quad.h> as the former breaks under a kernel build. This change had already been performed on the files that were used in other kernel builds, however the PowerPC kernel build seems to require some that weren't being used. Reviewed by: obrien, peter
Diffstat (limited to 'sys/libkern/ashrdi3.c')
-rw-r--r--sys/libkern/ashrdi3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/ashrdi3.c b/sys/libkern/ashrdi3.c
index 031fcc0..68e4303 100644
--- a/sys/libkern/ashrdi3.c
+++ b/sys/libkern/ashrdi3.c
@@ -37,7 +37,7 @@
* $FreeBSD$
*/
-#include "quad.h"
+#include <libkern/quad.h>
/*
* Shift a (signed) quad value right (arithmetic shift right).
OpenPOWER on IntegriCloud