Add missing includes for bsd-err.c.

Patch from cjwatson at debian.org via bz#2767.
This commit is contained in:
Darren Tucker 2017-08-27 08:55:40 +10:00
parent 878e029797
commit f5e917ab10
1 changed files with 6 additions and 0 deletions

View File

@ -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, ...)