summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-12-21 00:41:06 +0100
committerColin Cross <ccross@android.com>2021-12-21 00:41:06 +0100
commitff48d3de3c089f6407d071cef923051397255e3f (patch)
tree36180a09f7bb293eb7ae9f748770e85b7feb49f3
parentMerge "GetBatteryInfo() also reads AIDL health HAL." am: d33b067f04 (diff)
downloadandroid_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.tar
android_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.tar.gz
android_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.tar.bz2
android_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.tar.lz
android_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.tar.xz
android_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.tar.zst
android_bootable_recovery-ff48d3de3c089f6407d071cef923051397255e3f.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>