diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c index a7b7a02d88dc..74a17a839562 100644 --- a/sys/kern/link_elf.c +++ b/sys/kern/link_elf.c @@ -32,6 +32,9 @@ __FBSDID("$FreeBSD$"); #include #include +#ifdef GPROF +#include +#endif #include #include #include @@ -44,9 +47,6 @@ __FBSDID("$FreeBSD$"); #include #include -#ifdef GPROF -#include -#endif #include #include