Add va_list include
This commit is contained in:
parent
e1357f07c0
commit
228b31e100
|
@ -32,6 +32,7 @@
|
|||
#include_next <sys/types.h>
|
||||
#include <sys/param.h> /* for NBBY */
|
||||
#include <sys/types32.h>
|
||||
#include <sys/va_list.h>
|
||||
|
||||
#ifndef HAVE_INTTYPES
|
||||
#include <inttypes.h>
|
||||
|
|
Loading…
Reference in New Issue