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
mpim-sw
libcdi
Commits
9c9b1604
Commit
9c9b1604
authored
Mar 11, 2015
by
Uwe Schulzweida
Browse files
added some required includes [patch 5/14 from Nathanael]
parent
ebf86bdd
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/gribapi.h
View file @
9c9b1604
...
...
@@ -6,6 +6,8 @@
# include <grib_api.h>
#endif
#include
"cdi_int.h"
#define GRIBAPI_MISSVAL -9.E33
/* GRIB2 Level Types */
...
...
src/stream_gribapi.h
View file @
9c9b1604
#ifndef _STREAM_GRIBAPI_H
#define _STREAM_GRIBAPI_H
#include
"cdi_int.h"
#include
"grib_api.h"
int
gribapiScanTimestep1
(
stream_t
*
streamptr
);
int
gribapiScanTimestep2
(
stream_t
*
streamptr
);
int
gribapiScanTimestep
(
stream_t
*
streamptr
);
...
...
src/vlist.h
View file @
9c9b1604
...
...
@@ -5,6 +5,8 @@
#include
"config.h"
#endif
#include
"error.h"
#include
<stddef.h>
/* size_t */
#ifndef _CDI_LIMITS_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