]> xenbits.xensource.com Git - libvirt.git/commit
build: work around broken sasl header
authorEric Blake <eblake@redhat.com>
Wed, 29 May 2013 19:57:01 +0000 (13:57 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 29 May 2013 20:07:53 +0000 (14:07 -0600)
commit1be3dfdfa7037086cf2030976e99cf189e7cd415
tree947b329566a08994bccad588155cb14499f93488
parent1cd97c7ab410c02f80c1949d1b34d26ab94d3ec8
build: work around broken sasl header

Compilation on cygwin failed due to a bug in the sasl headers
present on that platform (libsasl2-devel 2.1.26):

In file included from rpc/virnetserverclient.c:27:0:
/usr/include/sasl/sasl.h:230:38: error: expected declaration specifiers or '...' before 'size_t'

Upstream is aware of their bug:
https://bugzilla.cyrusimap.org/show_bug.cgi?id=3759

* src/rpc/virnetserverclient.c (includes): Ensure size_t is
defined before using sasl.h.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/rpc/virnetserverclient.c