1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2014-07-07 17:32:40 +02:00
parent 3f9a7c0a32
commit 86dc1c849e

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) */