It would probably be easier to include the source code of the sqrt() function into your program and compile it along with other sources. I suggest you use Cephes Math Library:
http://www.netlib.org/cephes/Each function in this library is contained in a single source file. You can simply drop it into your sources folder and compile it with your project. Some minor modifications might be necessary.