Add <fenv.h> to test of including all headers.

This commit is contained in:
Stephen Heumann 2021-09-03 21:20:27 -05:00
parent beb0d010c2
commit 92f1344a6e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <dialog.h>
#include <errno.h>
#include <event.h>
#include <fenv.h>
#include <font.h>
#include <gsos.h>
#include <intmath.h>