summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-14 22:06:48 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-14 22:06:48 +0100
commit191a9da257e29f0402366af1ee7388cbf333c44f (patch)
tree16cae4c23d27c6477b566fa434671563b67a98b4
parentMerge "Import translations. DO NOT MERGE ANYWHERE" (diff)
parentAdd missing header include to libedify (diff)
downloadandroid_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.tar
android_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.tar.gz
android_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.tar.bz2
android_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.tar.lz
android_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.tar.xz
android_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.tar.zst
android_bootable_recovery-191a9da257e29f0402366af1ee7388cbf333c44f.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>