Include "nasm.h" in "float.h"
commit5eff8912bcaede2183c6cca08df9c8535b574ad0
authorH. Peter Anvin <hpa@zytor.com>
Thu, 28 Aug 2008 20:36:10 +0000 (28 13:36 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 28 Aug 2008 20:36:10 +0000 (28 13:36 -0700)
tree7327e2b1d26cf5a86894608660cf5cb789d970c4
parent04f54809d29549a2c73eddbb68f3cb76863ca26f
Include "nasm.h" in "float.h"

"float.h" references efunc, so it needs "nasm.h".
It also has uint8_t and so need <inttypes.h>, but that's part of
"nasm.h".
float.h