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

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