diff options
Diffstat (limited to 'src/grp-system/systemd-shutdown/umount.h')
-rw-r--r-- | src/grp-system/systemd-shutdown/umount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-system/systemd-shutdown/umount.h b/src/grp-system/systemd-shutdown/umount.h index 4e2215a47d..ce2fd9ec58 100644 --- a/src/grp-system/systemd-shutdown/umount.h +++ b/src/grp-system/systemd-shutdown/umount.h @@ -19,6 +19,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <stdbool.h> + int umount_all(bool *changed); int swapoff_all(bool *changed); |