diff options
Diffstat (limited to 'libgfortran/config')
-rw-r--r-- | libgfortran/config/fpu-sysv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgfortran/config/fpu-sysv.h b/libgfortran/config/fpu-sysv.h index 0105cf74b8b..8d8ff329f1f 100644 --- a/libgfortran/config/fpu-sysv.h +++ b/libgfortran/config/fpu-sysv.h @@ -25,6 +25,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* FPU-related code for SysV platforms with fpsetmask(). */ +#include <assert.h> + /* BSD and Solaris systems have slightly different types and functions naming. We deal with these here, to simplify the code below. */ |