From 355b801603593f599269d46757d2115d113f6517 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 25 Nov 2020 19:21:37 -0800 Subject: *: explicitly include assert.h --- src/bootid.c | 1 + src/journals.c | 1 + src/machid.c | 1 + src/readfile.c | 1 + src/reclaim-tail-waste.c | 1 + src/report-tail-waste.c | 1 + src/report-usage.c | 1 + 7 files changed, 7 insertions(+) (limited to 'src') diff --git a/src/bootid.c b/src/bootid.c index c2f9d24..cf953d8 100644 --- a/src/bootid.c +++ b/src/bootid.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/src/journals.c b/src/journals.c index 7ad60d4..05b2d7a 100644 --- a/src/journals.c +++ b/src/journals.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/src/machid.c b/src/machid.c index 721a4ee..adc3ca0 100644 --- a/src/machid.c +++ b/src/machid.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/src/readfile.c b/src/readfile.c index 8af7438..0726dd7 100644 --- a/src/readfile.c +++ b/src/readfile.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/src/reclaim-tail-waste.c b/src/reclaim-tail-waste.c index fd3cb13..4bbe0ac 100644 --- a/src/reclaim-tail-waste.c +++ b/src/reclaim-tail-waste.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/src/report-tail-waste.c b/src/report-tail-waste.c index fdd52cb..d6c2683 100644 --- a/src/report-tail-waste.c +++ b/src/report-tail-waste.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/src/report-usage.c b/src/report-usage.c index 0cadeb7..d27121a 100644 --- a/src/report-usage.c +++ b/src/report-usage.c @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include #include -- cgit v1.2.3