mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-26 07:41:15 -03:00
Include stdarg.h again
This is needed on NetBSD, and should be harmless elsewhere.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user