Skip to content

Commit

Permalink
These sources use va_list and thus require stdarg.h
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Marples <roy@marples.name>
  • Loading branch information
rsmarples committed Mar 24, 2020
1 parent b305943 commit 6540ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <config.h>
#endif

#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
Expand Down
1 change: 1 addition & 0 deletions src/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <errno.h>
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 6540ffa

Please sign in to comment.