From f5e917ab105af5dd6429348d9bc463e52b263f92 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 27 Aug 2017 08:55:40 +1000 Subject: Add missing includes for bsd-err.c. Patch from cjwatson at debian.org via bz#2767. --- openbsd-compat/bsd-err.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openbsd-compat/bsd-err.c b/openbsd-compat/bsd-err.c index ab10646f0..e4ed22b86 100644 --- a/openbsd-compat/bsd-err.c +++ b/openbsd-compat/bsd-err.c @@ -27,6 +27,12 @@ #include "includes.h" +#include +#include +#include +#include +#include + #ifndef HAVE_ERR void err(int r, const char *fmt, ...) -- cgit v1.2.3