Skip to content
Snippets Groups Projects
Commit 9c9b1604 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added some required includes [patch 5/14 from Nathanael]

parent ebf86bdd
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
# include <grib_api.h>
#endif
#include "cdi_int.h"
#define GRIBAPI_MISSVAL -9.E33
/* GRIB2 Level Types */
......
#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);
......
......@@ -5,6 +5,8 @@
#include "config.h"
#endif
#include "error.h"
#include <stddef.h> /* size_t */
#ifndef _CDI_LIMITS_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment