blob: a70cf165ad1410f33500f4e43d2962030c6113d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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>
|