diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c index 6fd7f45ea265..7acf842a1bea 100644 --- a/usr.sbin/btxld/btxld.c +++ b/usr.sbin/btxld/btxld.c @@ -34,6 +34,11 @@ static const char rcsid[] = #include #include +/* XXX make this work as an i386/amd64 cross-tool */ +#include +#undef __LDPGSZ +#define __LDPGSZ 4096 + #include #include #include