Add two missing includes

This commit is contained in:
Georg Semmler 2024-08-15 14:40:07 +02:00
parent 790f492a7d
commit 00a72cf9ca
No known key found for this signature in database
GPG Key ID: A87BCEE5205CE489
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"