add explicit inlude for varargs
svn path=/trunk/netsurf/; revision=10678
This commit is contained in:
parent
982dc9e128
commit
60fc5bab4f
|
@ -22,6 +22,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include <libnsfb.h>
|
#include <libnsfb.h>
|
||||||
#include <libnsfb_plot.h>
|
#include <libnsfb_plot.h>
|
||||||
|
|
Loading…
Reference in New Issue