framework/arastorage: include missing header
authorOleg Lyovin <o.lyovin@partner.samsung.com>
Mon, 24 Jul 2017 08:21:57 +0000 (11:21 +0300)
committerOleg Lyovin <o.lyovin@partner.samsung.com>
Wed, 9 Aug 2017 14:45:33 +0000 (17:45 +0300)
* Constants such FLT_MIN are used, but header with their definitions
  is not included.

Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
framework/include/arastorage/arastorage.h

index 6ca6b96..c04868e 100644 (file)
@@ -66,6 +66,7 @@
  ****************************************************************************/
 #include <stdbool.h>
 #include <stdio.h>
+#include <float.h>
 /****************************************************************************
 * Pre-processor Definitions
 ****************************************************************************/