Add missing <stdarg.h> include in <bsd/err.h>

This commit is contained in:
Guillem Jover 2009-05-25 09:12:45 +02:00
parent 931e043430
commit 61fa98ea9e

View File

@ -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);