Index: srtp/crypto/include/kernel_compat.h |
diff --git a/srtp/crypto/include/kernel_compat.h b/srtp/crypto/include/kernel_compat.h |
index 3d621aa7c014c91d57f37c9e5bba67b536f218c3..59d1898e1bf0ce0e22c300131e19b3c718cd41e2 100644 |
--- a/srtp/crypto/include/kernel_compat.h |
+++ b/srtp/crypto/include/kernel_compat.h |
@@ -68,7 +68,7 @@ |
/* rand() implementation. */ |
#define RAND_MAX 32767 |
-static INLINE int rand(void) |
+static inline int rand(void) |
{ |
uint32_t temp; |
get_random_bytes(&temp, sizeof(temp)); |