X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_sqrt.c;fp=src%2Fcore%2Fao_sqrt.c;h=3a550eaa74e48a4fab3abbe40f1a02cbc18d33f2;hb=b1d37be4c024e9690107c693d9819229025966fa;hp=09c2e319be51aea52261c336cffde83789ced07a;hpb=b6c9e8ffc87481a23ba90fa22df7c9421e2cd6a6;p=fw%2Faltos diff --git a/src/core/ao_sqrt.c b/src/core/ao_sqrt.c index 09c2e319..3a550eaa 100644 --- a/src/core/ao_sqrt.c +++ b/src/core/ao_sqrt.c @@ -15,7 +15,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#ifndef AO_FLIGHT_TEST #include "ao.h" +#endif /* Adapted from int_sqrt.c in the linux kernel, which is licensed GPLv2 */ /**