mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
Add missing <stdarg.h> include in <bsd/err.h>
This commit is contained in:
parent
931e043430
commit
61fa98ea9e
@ -28,6 +28,7 @@
|
||||
#define LIBBSD_ERR_H
|
||||
|
||||
#include <err.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern void warnc (int code, const char *format, ...);
|
||||
extern void vwarnc (int code, const char *format, va_list ap);
|
||||
|
Loading…
Reference in New Issue
Block a user