]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add strings.h include to capabilities.h for ffs() function prototype
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 22 Nov 2011 09:45:47 +0000 (09:45 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 22 Nov 2011 09:45:47 +0000 (09:45 +0000)
commit720442e245092c7230227ea8498d1a39e9c957b5
treeb475629781eee3b83c67bb72ec02a973395c0fd0
parentc6ba523961a18585b59cc0000faca756583d6391
Add strings.h include to capabilities.h for ffs() function prototype

On Mingw32 the ffs() function was not declared due to missing header
include

* src/conf/capabilities.c: The ffs() function lives in strings.h
src/conf/capabilities.c