mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix i386 <machine/npx.h> not including <__/stdint.h>.
This commit is contained in:
parent
3f9a7c0a32
commit
86dc1c849e
1 changed files with 2 additions and 0 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Reference in a new issue