summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2023-03-13 01:44:51 +0800
committerMike Yuan <me@yhndnzj.com>2023-03-13 01:44:51 +0800
commit78e32003548cbdd8ba17bd18ae304bebc04bb896 (patch)
treeaa4f9dc828d2757d0bd09b2ee271bf3747443dc3 /src
parent978e222f72fa2127803ef8a7acd60c3475338b2a (diff)
downloadsystemd-78e32003548cbdd8ba17bd18ae304bebc04bb896.tar.gz
edit-util: include the correct header
Diffstat (limited to 'src')
-rw-r--r--src/shared/edit-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/edit-util.h b/src/shared/edit-util.h
index 8c838bcf95..63c6190ef8 100644
--- a/src/shared/edit-util.h
+++ b/src/shared/edit-util.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
-#include "path-lookup.h"
+#include <stdbool.h>
typedef struct EditFile EditFile;
typedef struct EditFileContext EditFileContext;