gssapi/gssapi.h: we need stdarg.h because va_list is ref'd here.

This commit is contained in:
Roland C. Dowdeswell
2020-10-07 18:41:11 +01:00
parent 5d156a5799
commit 8f0506c514

View File

@@ -37,6 +37,7 @@
/*
* First, include stddef.h to get size_t defined.
*/
#include <stdarg.h>
#include <stddef.h>
#include <krb5-types.h>