Include stdarg.h again

This is needed on NetBSD, and should be harmless elsewhere.
This commit is contained in:
Fabian Homborg 2019-02-13 14:08:43 +01:00
parent 2614deb138
commit 556ddfa456

View File

@ -5,6 +5,8 @@
#include <errno.h>
#include <limits.h>
// Needed for va_list et al.
#include <stdarg.h> // IWYU pragma: keep
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h> // IWYU pragma: keep
#endif