Commit 50e7cd61 authored by Celine Mercier's avatar Celine Mercier

added math.h import where needed

parent 49d5f6fb
......@@ -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"
......
......@@ -16,6 +16,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <inttypes.h>
#include <math.h>
#include "obiview.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment