Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Buehlmann
GenericIO
Commits
e6aa0ebb
Commit
e6aa0ebb
authored
Sep 28, 2018
by
Hal Finkel
Browse files
add stddef.h for ptrdiff_t
parent
9ee2ce3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
thirdparty/SZ/sz/src/sz_double.c
View file @
e6aa0ebb
...
...
@@ -10,6 +10,7 @@
#include
<stdio.h>
#include
<stdlib.h>
#include
<stddef.h>
#include
<string.h>
#include
<unistd.h>
#include
<math.h>
...
...
thirdparty/SZ/sz/src/sz_float.c
View file @
e6aa0ebb
...
...
@@ -10,6 +10,7 @@
#include
<stdio.h>
#include
<stdlib.h>
#include
<stddef.h>
#include
<string.h>
#include
<unistd.h>
#include
<math.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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