From 48348154aec21430802ec7a6c5928ca01ff2ad1e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 20 Jul 2016 00:23:14 +0000 Subject: Linux compatibility: Work around the lack of EFTYPE and protect . --- dba_write.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dba_write.c') diff --git a/dba_write.c b/dba_write.c index 15a04fc0..31afa4fa 100644 --- a/dba_write.c +++ b/dba_write.c @@ -1,4 +1,4 @@ -/* $Id: dba_write.c,v 1.1 2016/07/19 21:31:55 schwarze Exp $ */ +/* $Id: dba_write.c,v 1.2 2016/07/20 00:23:14 schwarze Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze * @@ -17,9 +17,13 @@ * Low-level functions for serializing allocation-based data to disk. * The interface is defined in "dba_write.h". */ +#include "config.h" + #include #include +#if HAVE_ERR #include +#endif #include #include #include -- cgit v1.2.3-56-ge451