From 95bb103a233c9986777897c0d8b26f6f7c1cf08f Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 4 Sep 2016 12:54:30 +0000 Subject: (svn r27643) -Codechange: FiosGetDrives function also takes a destination file list. --- src/os/unix/unix.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os/unix') diff --git a/src/os/unix/unix.cpp b/src/os/unix/unix.cpp index 24dedb2ee..d7c2304ce 100644 --- a/src/os/unix/unix.cpp +++ b/src/os/unix/unix.cpp @@ -16,6 +16,7 @@ #include "../../core/random_func.hpp" #include "../../debug.h" #include "../../string_func.h" +#include "../../fios.h" #include @@ -77,7 +78,7 @@ bool FiosIsRoot(const char *path) #endif } -void FiosGetDrives() +void FiosGetDrives(FileList &file_list) { return; } -- cgit v1.2.3-70-g09d2