mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Add missing c-ctype.h to virfile.c
The virfile.c file uses c_isalpha on Win32 platforms, so must include c-ctype.h Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
6ab6bc19f0
commit
ec04914c47
@ -59,6 +59,8 @@
|
||||
#include "virstoragefile.h"
|
||||
#include "virutil.h"
|
||||
|
||||
#include "c-ctype.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
||||
int virFileClose(int *fdptr, virFileCloseFlags flags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user