X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-complex.h;h=385eee9b1592d5fd88e81f0c161dff4783879948;hb=ef7a4c06206976de7ef2e974267407347ddb75a4;hp=798fddb263b00c2081b43b6e14f066fe2b84dcf6;hpb=099ab4174544461c92b08d46f5f21e4cdd1ce868;p=mono.git diff --git a/mono/utils/mono-complex.h b/mono/utils/mono-complex.h index 798fddb263b..385eee9b159 100644 --- a/mono/utils/mono-complex.h +++ b/mono/utils/mono-complex.h @@ -1,16 +1,18 @@ -/* -* 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) * * Copyright 2015 Xamarin, Inc (http://www.xamarin.com) +* Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #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