Data fetcher: Include stdarg.h header.

This commit is contained in:
Michael Drake 2019-11-12 19:16:07 +00:00
parent 8ad55e23fd
commit 82d4a2265b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <stdbool.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <libwapcaplet/libwapcaplet.h>
#include <nsutils/base64.h>