1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Some floating point related functions are defined in <math.h>, include it.

modified:   src/fp.c
This commit is contained in:
Nick Briggs 2020-11-21 11:50:33 -08:00
parent 2dd366bcb9
commit 365d07f817

View File

@ -18,6 +18,7 @@ static char *id = "$Id: fp.c,v 1.3 1999/05/31 23:35:29 sybalsky Exp $ Copyright
/* */
/************************************************************************/
#include <stdio.h>
#include <math.h>
#include "lispemul.h"
#include "lspglob.h"
#include "adr68k.h"