From 5a0e2a76549cba5a3da9f55eeb8406fc9d2082aa Mon Sep 17 00:00:00 2001 From: Jesus Sanchez-Palencia Date: Mon, 23 Feb 2015 22:14:13 -0300 Subject: [PATCH] x86: Fix missing include warning due to memset usage --- cpu/x86/mtarch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/x86/mtarch.c b/cpu/x86/mtarch.c index 6dd72c61f..ccc9567b8 100644 --- a/cpu/x86/mtarch.c +++ b/cpu/x86/mtarch.c @@ -1,5 +1,6 @@ #include +#include #include "sys/mt.h" #ifndef __WORDSIZE