]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
edit-util: include the correct header 26776/head
authorMike Yuan <me@yhndnzj.com>
Sun, 12 Mar 2023 17:44:51 +0000 (01:44 +0800)
committerMike Yuan <me@yhndnzj.com>
Sun, 12 Mar 2023 17:44:51 +0000 (01:44 +0800)
src/shared/edit-util.h

index 8c838bcf9569acd19b5c071398e795aa28f5bdf1..63c6190ef84607015530ab9dc86503b998276bf8 100644 (file)
@@ -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;