summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-14 23:20:18 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-14 23:20:18 +0100
commite106506ffa4f36e716c5616a578e16494b2187a0 (patch)
tree81c9ebb0c71ec87fa826661bfcb2bd48b2852eaf
parent[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" am: fda86a9d3d -s ours am: f25133183a -s ours am: e46e511459 -s ours am: 6f372cc3b9 -s ours (diff)
parentMerge "Add missing header include to libedify" am: 191a9da257 am: 99f1bd6a72 am: 2455ff0b8d (diff)
downloadandroid_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.tar
android_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.tar.gz
android_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.tar.bz2
android_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.tar.lz
android_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.tar.xz
android_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.tar.zst
android_bootable_recovery-e106506ffa4f36e716c5616a578e16494b2187a0.zip
-rw-r--r--edify/parser.yy1
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>