From cfe1ed39102ad9711728a86eeec69c4206745036 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 23 Jul 2018 08:29:14 -0600 Subject: [PATCH] gfio: cleanup includes Use stdlib.h, not malloc.h. And ensure that we pull in the right header for basename(3). Signed-off-by: Jens Axboe --- gfio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfio.c b/gfio.c index d222a1c2..f59238cd 100644 --- a/gfio.c +++ b/gfio.c @@ -22,8 +22,9 @@ * */ #include -#include +#include #include +#include #include #include -- 2.25.1