Skip to content

Commit

Permalink
Add two missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Aug 26, 2024
1 parent 790f492 commit 00a72cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/nclog.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define NCLOG_H

#include <stdarg.h>
#include <stdio.h>
#include "ncexternl.h"

#undef NCCATCH
Expand Down
1 change: 1 addition & 0 deletions include/ncrc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 00a72cf

Please sign in to comment.