From: Pavel Hrdina Date: Mon, 2 Jun 2014 14:43:11 +0000 (+0200) Subject: Fix build on freebsd X-Git-Tag: v1.2.6-rc1~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a0c9edf0a22ff8481d01611e5100db46f41c94;p=thirdparty%2Flibvirt.git Fix build on freebsd On freebsd there isn't known "setlocale" so we have to include locale.h --- diff --git a/src/network/leaseshelper.c b/src/network/leaseshelper.c index e53a73c668..b6f6c32b50 100644 --- a/src/network/leaseshelper.c +++ b/src/network/leaseshelper.c @@ -25,6 +25,7 @@ #include +#include #include #include #include