diff options
author | Bdale Garbee <bdale@gag.com> | 2012-12-28 22:30:26 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2012-12-28 22:30:26 -0700 |
commit | 59f355f5288b42b2e47743d06e41e55819a55f64 (patch) | |
tree | 1ef54ec06088f86455173a9069b538655b965ffa /src/core/ao_sqrt.c | |
parent | 099d2b0ea59d825bd69a3fbb5523b9cbb9430ce8 (diff) | |
parent | b70ca5eaf1c3d60bd9adf6835e1247f4147ca9c8 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/core/ao_sqrt.c')
-rw-r--r-- | src/core/ao_sqrt.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ /** |