added math.h import where needed
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include <unistd.h>
|
||||
#include <libgen.h> /* <EC> : Added July 28th 2017 to include basename */
|
||||
#include <sys/mman.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "obidms.h"
|
||||
#include "obierrno.h"
|
||||
|
Reference in New Issue
Block a user