diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2022-01-14 22:25:04 +0100 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2022-01-14 22:25:04 +0100 |
commit | 99f1bd6a72f84cd49049cf62c7b46b2da22d9232 (patch) | |
tree | 16cae4c23d27c6477b566fa434671563b67a98b4 | |
parent | [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" am: fda86a9d3d -s ours (diff) | |
parent | Merge "Add missing header include to libedify" (diff) | |
download | android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.gz android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.bz2 android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.lz android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.xz android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.zst android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.zip |
-rw-r--r-- | edify/parser.yy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/edify/parser.yy b/edify/parser.yy index 37bcdd031..5e1e847a6 100644 --- a/edify/parser.yy +++ b/edify/parser.yy @@ -15,6 +15,7 @@ * limitations under the License. */ +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |