added math.h import where needed

This commit is contained in:
Celine Mercier
2019-03-13 11:17:25 +01:00
parent 49d5f6fb1e
commit 50e7cd61a6
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -16,6 +16,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <inttypes.h>
#include <math.h>
#include "obiview.h"