
8 Dec
2019
8 Dec
'19
11:35 p.m.
On 11/20/19 9:48 AM, Pavel Hrdina wrote:
GLib doesn't provide alternative to c_isascii and this is the only usage of that macro so define a replacement ourselves.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/util/virkeyfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/util/virkeyfile.c b/src/util/virkeyfile.c index 6cd3a5168e..054a187ba2 100644 --- a/src/util/virkeyfile.c +++ b/src/util/virkeyfile.c @@ -21,7 +21,6 @@ #include <config.h>
-#include "c-ctype.h" #include "virlog.h" #include "viralloc.h" #include "virfile.h"
This removal needs to go in the next patch otherwise compilation fails here - Cole