diff options
Diffstat (limited to '')
-rw-r--r-- | otautil/dirutil.cpp (renamed from otautil/DirUtil.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/DirUtil.cpp b/otautil/dirutil.cpp index 61c832813..ae1cd5c28 100644 --- a/otautil/DirUtil.cpp +++ b/otautil/dirutil.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "otautil/DirUtil.h" +#include "otautil/dirutil.h" #include <dirent.h> #include <errno.h> |