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(a)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