X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-complex.h;h=385eee9b1592d5fd88e81f0c161dff4783879948;hb=ef7a4c06206976de7ef2e974267407347ddb75a4;hp=af13bf62b982d00032f425312560f2312d5a505a;hpb=69f207ee9e4f440e66e98bf5f685807f6527c39d;p=mono.git diff --git a/mono/utils/mono-complex.h b/mono/utils/mono-complex.h index af13bf62b98..385eee9b159 100644 --- a/mono/utils/mono-complex.h +++ b/mono/utils/mono-complex.h @@ -1,5 +1,6 @@ -/* -* mono-complex.h: C99 Complex math cross-platform support code +/** + * \file +* C99 Complex math cross-platform support code * * Author: * Joao Matos (joao.matos@xamarin.com) @@ -11,7 +12,7 @@ #include #include -#if !defined (HAVE_COMPLEX_H) +#if !defined (HAVE_COMPLEX_H) || (defined (ANDROID_UNIFIED_HEADERS) && __ANDROID_API__ < 23) #include <../../support/libm/complex.h> #else #include