Haiku: Fix compilation of corelib
Change-Id: I8f962ac7ee85af50a573a451f54931d6c0dd67eb Reviewed-by: Augustin Cavalier <waddlesplash@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
bfd367c6ec
commit
5243696528
@ -636,7 +636,7 @@ int ffsll(quint64 i)
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
#elif defined(Q_OS_ANDROID) || defined(Q_OS_QNX) || defined(Q_OS_OSX)
|
||||
#elif defined(Q_OS_ANDROID) || defined(Q_OS_QNX) || defined(Q_OS_OSX) || defined(Q_OS_HAIKU)
|
||||
# define ffsll __builtin_ffsll
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user