summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2016-02-19 03:53:46 +0000
committerriastradh <riastradh@NetBSD.org>2016-02-19 03:53:46 +0000
commit1845f5a8ca763f77d8ea779ea27a57ff8de66394 (patch)
treec5d07d46e0e2adb8ef2b8a39d6b6f1f18ad96c99 /libexec
parentcc8a9dcf9e5e9497965d3eba6afeff2b95ca103a (diff)
Need <stdbool.h> for true/false.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/lfs_cleanerd/lfs_cleanerd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/lfs_cleanerd/lfs_cleanerd.c b/libexec/lfs_cleanerd/lfs_cleanerd.c
index 691a4582c3a..0db226d0d90 100644
--- a/libexec/lfs_cleanerd/lfs_cleanerd.c
+++ b/libexec/lfs_cleanerd/lfs_cleanerd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_cleanerd.c,v 1.55 2015/10/15 06:25:04 dholland Exp $ */
+/* $NetBSD: lfs_cleanerd.c,v 1.56 2016/02/19 03:54:37 riastradh Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -45,6 +45,7 @@
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>