mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Merge pull request #2991 from GiGainfosystems/fix/includes_for_upstream
Add two missing includes
This commit is contained in:
commit
7945e6f51d
@ -8,6 +8,7 @@
|
||||
#define NCLOG_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include "ncexternl.h"
|
||||
|
||||
#undef NCCATCH
|
||||
|
@ -15,6 +15,7 @@ and accessing rc files (e.g. .daprc).
|
||||
#include "ncuri.h"
|
||||
#include "nclist.h"
|
||||
#include "ncbytes.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* getenv() keys */
|
||||
#define NCRCENVIGNORE "NCRCENV_IGNORE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user