output: include stdlib.h to avoid compilation error

The stdlib.h has EXIT_FAILURE and free(3).

Reported-by: Sebastián Cramatte <scramatte@nixus.es>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-11-11 14:25:38 +00:00
parent e4baff79bd
commit 54cedc1001
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
2 changed files with 2 additions and 0 deletions

1
THANKS
View file

@ -43,3 +43,4 @@ Klaus Slott
Boris Lytochkin
Jeff Bailey
José Bollo
Sebastián Cramatte

View file

@ -42,6 +42,7 @@
#include <fcntl.h>
#include <errno.h>
#include <error.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <unistd.h>