--- libuna/libuna_inline.h.orig	2011-12-21 12:25:38.000000000 +0100
+++ libuna/libuna_inline.h	2011-12-21 12:28:08.000000000 +0100
@@ -34,7 +34,7 @@
 #elif defined( _MSC_VER )
 #define LIBUNA_INLINE _inline
 
-#elif defined( __BORLANDC__ )
+#elif defined( __BORLANDC__ ) || defined( __clang__ )
 #define LIBUNA_INLINE /* inline */
 
 #else