Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a435e027 authored by Colin Cross's avatar Colin Cross
Browse files

Include cstdarg for va_start/va_end

va_start and va_end are defined in cstdarg.

Test: m USE_HOST_MUSL net_test_common
Change-Id: If5ab829a1046213bdf228059d162b581585aed8b
parent 2712df72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#include "test/common/log_msg.h"

#include <cstdarg>
#include <cstdint>
#include <cstdio>
#include <functional>