From 86dc1c849e01747a31c398242f4a9880c51b1f92 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 7 Jul 2014 17:32:40 +0200 Subject: [PATCH] Fix i386 not including <__/stdint.h>. --- libm/arch/i387/machine/npx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libm/arch/i387/machine/npx.h b/libm/arch/i387/machine/npx.h index 4427b106..c9de73a3 100644 --- a/libm/arch/i387/machine/npx.h +++ b/libm/arch/i387/machine/npx.h @@ -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) */