From 8428f48708b8a2a4c7df0145dc272bf4c25ec11f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 6 Feb 2012 11:33:17 +0100 Subject: Add includes required on FreeBSD Signed-off-by: Michael Adam (This used to be ctdb commit be5c3a57df39d85fbb7ee922924787340e2b0595) --- ctdb/libctdb/logging.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ctdb/libctdb/logging.c') diff --git a/ctdb/libctdb/logging.c b/ctdb/libctdb/logging.c index 83f47742d7..d897b6f61c 100644 --- a/ctdb/libctdb/logging.c +++ b/ctdb/libctdb/logging.c @@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ +#include #include #include #include -- cgit