mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
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
This commit is contained in:
parent
c6ba523961
commit
720442e245
@ -23,6 +23,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <strings.h>
|
||||
|
||||
#include "capabilities.h"
|
||||
#include "buf.h"
|
||||
#include "memory.h"
|
||||
|
Loading…
Reference in New Issue
Block a user