The logic for resolving function name to address uses bool type, which is defined in stdbool.h header file. Add explicitly include to this file. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- src/trace-obj-debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trace-obj-debug.c b/src/trace-obj-debug.c index 0e0e293..3ce3b54 100644 --- a/src/trace-obj-debug.c +++ b/src/trace-obj-debug.c @@ -11,6 +11,7 @@ #include <stdlib.h> #include <stdio.h> +#include <stdbool.h> #include <string.h> #include <limits.h> #include <errno.h> -- 2.35.1