mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Add two missing includes
This commit is contained in:
parent
790f492a7d
commit
00a72cf9ca
@ -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