Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OBITools3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
33
Issues
33
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
50e7cd61
Commit
50e7cd61
authored
6 years ago
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added math.h import where needed
parent
49d5f6fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/obidms.c
src/obidms.c
+1
-0
src/obiview.c
src/obiview.c
+1
-0
No files found.
src/obidms.c
View file @
50e7cd61
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/obiview.c
View file @
50e7cd61
...
...
@@ -16,6 +16,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <inttypes.h>
#include <math.h>
#include "obiview.h"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment