Fix: add missing errno include in random wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 May 2016 00:49:01 +0000 (20:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 May 2016 00:50:45 +0000 (20:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/random.c

index 5151f9a9e822795ea1984ca1a051baf3d1b8c947..82876e75152b9d8c32240f6180043c89dbdaf287 100644 (file)
@@ -22,6 +22,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <linux/errno.h>
+
 /* boot_id depends on sysctl */
 #if defined(CONFIG_SYSCTL)
 
This page took 0.028692 seconds and 5 git commands to generate.