![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / cacti-spine / patches / patch-common.h (download)
Revision 1.1, Thu May 5 14:31:35 2022 UTC (16 months, 2 weeks ago) by nia
cacti-spine: Fix building on NetBSD |
$NetBSD: patch-common.h,v 1.1 2022/05/05 14:31:35 nia Exp $ Uses bool - need to include stdbool.h. --- common.h.orig 2019-02-24 14:53:23.000000000 +0000 +++ common.h @@ -90,6 +90,7 @@ #include <semaphore.h> #include <signal.h> #include <stdarg.h> +#include <stdbool.h> #include <stdio.h> #include <syslog.h>