diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-25 19:21:37 -0800 |
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-25 19:21:37 -0800 |
| commit | 355b801603593f599269d46757d2115d113f6517 (patch) | |
| tree | 9c3e536750d614be2b87d1cfbde94e661bb2a43e /src/report-usage.c | |
| parent | 84aacc055a06faa1ab36fcf3064d84bd78d0ee0d (diff) | |
*: explicitly include assert.h
Diffstat (limited to 'src/report-usage.c')
| -rw-r--r-- | src/report-usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ +#include <assert.h> #include <inttypes.h> #include <stdint.h> #include <stdio.h> |
