Drag in relocate unless NORELOCATE is defined, since it's now called

only via the initialisation function table.
pull/1/head
Michael Brown 2005-04-10 18:19:05 +00:00
parent f06e8c9707
commit 1937b39079
1 changed files with 7 additions and 0 deletions

View File

@ -208,3 +208,10 @@ REQUIRE_OBJECT ( btext );
REQUIRE_OBJECT ( pc_kbd );
#endif
/*
* Drag in relocate.o if required
*/
#ifndef NORELOCATE
REQUIRE_OBJECT ( relocate );
#endif