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