summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-14 22:44:35 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-14 22:44:35 +0100
commit2455ff0b8db1e213ebf806a256d81b5fa3f62cf1 (patch)
treeabe1ad09cfd7904566959aab6769957d80641b1a
parent[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" am: fda86a9d3d -s ours am: f25133183a -s ours (diff)
parentMerge "Add missing header include to libedify" am: 191a9da257 (diff)
downloadandroid_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.tar
android_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.tar.gz
android_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.tar.bz2
android_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.tar.lz
android_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.tar.xz
android_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.tar.zst
android_bootable_recovery-2455ff0b8db1e213ebf806a256d81b5fa3f62cf1.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>