8187268ad0
The export plugin uses the pow() function from libm without linking against it. It has worked so far because Geany itself has a link against libm, but should that be removed in the future, this would fail to resolve symbols. Signed-off-by: Chow Loong Jin <hyperair@debian.org> Signed-off-by: Colomban Wendling <ban@herbesfolles.org>