Add missing includes for bsd-err.c.
Patch from cjwatson at debian.org via bz#2767.
This commit is contained in:
parent
878e029797
commit
f5e917ab10
|
@ -27,6 +27,12 @@
|
|||
|
||||
#include "includes.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef HAVE_ERR
|
||||
void
|
||||
err(int r, const char *fmt, ...)
|
||||
|
|
Loading…
Reference in New Issue