Skip to content

Commit

Permalink
scanner: Include stdarg.h for va_list
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc authored and westes committed Jan 23, 2017
1 parent d0d0573 commit 6f47a52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/flexdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
#endif
#include <sys/wait.h>
#include <stdbool.h>
#include <stdarg.h>
#ifdef HAVE_REGEX_H
#include <regex.h>
#endif
Expand Down
1 change: 0 additions & 1 deletion src/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
/* PURPOSE. */

#include "flexdef.h"
#include "tables.h"

Expand Down

0 comments on commit 6f47a52

Please sign in to comment.