mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 06:55:52 +02:00
Add missing <stdarg.h> include in <bsd/err.h>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user