mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
Include stdarg.h again
This is needed on NetBSD, and should be harmless elsewhere.
This commit is contained in:
parent
2614deb138
commit
556ddfa456
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
// Needed for va_list et al.
|
||||||
|
#include <stdarg.h> // IWYU pragma: keep
|
||||||
#ifdef HAVE_SYS_IOCTL_H
|
#ifdef HAVE_SYS_IOCTL_H
|
||||||
#include <sys/ioctl.h> // IWYU pragma: keep
|
#include <sys/ioctl.h> // IWYU pragma: keep
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user