Fix some more "long double" nonsense

This commit is contained in:
Lassi Kortela 2019-08-13 18:51:43 +03:00
parent 1f3a4798e1
commit c2da0753af
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <sys/types.h>
#include <assert.h>
#include <math.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>

View File

@ -8,6 +8,7 @@
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>

View File

@ -1,6 +1,7 @@
#include <sys/types.h>
#include <assert.h>
#include <math.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>