Fix i386 <machine/npx.h> not including <__/stdint.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-07-07 17:32:40 +02:00
parent 3f9a7c0a32
commit 86dc1c849e
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#ifndef _I386_NPX_H_
#define _I386_NPX_H_
#include <__/stdint.h>
/* Environment information of floating point unit */
struct env87 {
long en_cw; /* control word (16bits) */