x86: Fix missing include warning due to memset usage
This commit is contained in:
parent
51e21b48b6
commit
5a0e2a7654
|
@ -1,5 +1,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "sys/mt.h"
|
||||
|
||||
#ifndef __WORDSIZE
|
||||
|
|
Loading…
Reference in a new issue