Merge pull request #2991 from GiGainfosystems/fix/includes_for_upstream

Add two missing includes
This commit is contained in:
Ward Fisher 2024-08-26 17:03:38 -06:00 committed by GitHub
commit 7945e6f51d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#define NCLOG_H
#include <stdarg.h>
#include <stdio.h>
#include "ncexternl.h"
#undef NCCATCH

View File

@ -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"