From 1849edf7cc7ec145aa98749b4b65a9e72ef3ccd9 Mon Sep 17 00:00:00 2001 From: kpl Date: Mon, 27 Jan 2020 17:49:19 -0500 Subject: [PATCH] cwFileSys.cpp : Added comments. --- cwFileSys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwFileSys.cpp b/cwFileSys.cpp index 9df9e19..03f831a 100644 --- a/cwFileSys.cpp +++ b/cwFileSys.cpp @@ -6,7 +6,7 @@ #include "cwMem.h" #ifdef cwLINUX -#include +#include // basename() dirname() #include #include // opendir()/readdir() #endif