diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-02 19:42:08 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-02 19:42:08 +0000 |
| commit | c774ad670ab9b7b685871969fe73e454b0c089e5 (patch) | |
| tree | 0ede2815213ede89698ca40381d86ed5722fe666 /lib | |
| parent | df0e741af55bfe67ba4665bf0f5c84dfe6dc403b (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/include/fpmath.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/include/fpmath.h b/lib/libc/include/fpmath.h index d5c59d752bc1..ce935eb403e2 100644 --- a/lib/libc/include/fpmath.h +++ b/lib/libc/include/fpmath.h @@ -29,6 +29,9 @@ * $FreeBSD$ */ +#ifndef _FPMATH_H_ +#define _FPMATH_H_ + #include <sys/endian.h> #include "_fpmath.h" @@ -75,3 +78,5 @@ union IEEEd2bits { #endif } bits; }; + +#endif /* !_FPMATH_H */ |
