commit | 08eca09a2dae02eb66d6294814b54760316a9657 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Tue Dec 26 19:35:47 2023 -0500 |
committer | captainthrowback <captainthrowback@hotmail.com> | Thu Feb 08 00:39:49 2024 +0000 |
tree | c99189d7fc5491e57cd7833a7f3e7953a68b49d5 | |
parent | f2a4ef3865f05e3209524fb46de11bc528fa1ac7 [diff] [blame] |
variadic function: fix syntax Change-Id: If7cb720049169b99e6735a792534476281b26df1
diff --git a/twrpinstall/installcommand.cpp b/twrpinstall/installcommand.cpp index 3b587b9..e4e5366 100755 --- a/twrpinstall/installcommand.cpp +++ b/twrpinstall/installcommand.cpp
@@ -28,6 +28,7 @@ #include <cutils/properties.h> #include "common.h" +#include "twcommon.h" #include "installcommand.h" #include <ziparchive/zip_archive.h> #include "twinstall/install.h"