mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-16 06:56:43 +02: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
|
#define LIBBSD_ERR_H
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
extern void warnc (int code, const char *format, ...);
|
extern void warnc (int code, const char *format, ...);
|
||||||
extern void vwarnc (int code, const char *format, va_list ap);
|
extern void vwarnc (int code, const char *format, va_list ap);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user