x86: Fix missing include warning due to memset usage

This commit is contained in:
Jesus Sanchez-Palencia 2015-02-23 22:14:13 -03:00
parent 51e21b48b6
commit 5a0e2a7654
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "sys/mt.h"
#ifndef __WORDSIZE