1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-01-12 13:59:20 +03:00

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

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>