]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
snapshot-util: include shared-forward.h
authorMike Yuan <me@yhndnzj.com>
Wed, 4 Feb 2026 18:57:42 +0000 (19:57 +0100)
committerMike Yuan <me@yhndnzj.com>
Mon, 9 Feb 2026 08:05:44 +0000 (09:05 +0100)
src/shared/snapshot-util.c
src/shared/snapshot-util.h

index a05cbcc8eab5854835f6413bd4ceb315bcdda0d1..93fd886d7bab1c95a72d246f52fed07b3a607886 100644 (file)
@@ -7,6 +7,7 @@
 #include "discover-image.h"
 #include "log.h"
 #include "mountpoint-util.h"
+#include "runtime-scope.h"
 #include "snapshot-util.h"
 #include "signal-util.h"
 #include "tmpfile-util.h"
index 18a593f5c8d522025e38df3590091958dcdd379a..aec83aee999dd615e19f1a6c142502b47a75860e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include "runtime-scope.h"
+#include "shared-forward.h"
 
 /* create_ephemeral_snapshot - create a snapshot of the given directory.
  *