From d4342a8cdffb15d3863154f1b9f7fcbee0a6e3ee Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 11 Jan 2016 08:25:35 +0100 Subject: disk: dirent.h is required for DIR Without include newer gcc releases throw warnings about undefined "DIR". --- src/disk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/disk.c') diff --git a/src/disk.c b/src/disk.c index 956d67b..daa3711 100644 --- a/src/disk.c +++ b/src/disk.c @@ -28,6 +28,7 @@ #ifdef __linux__ #include #include +#include #endif #include "disk.h" -- cgit v1.2.3