diff options
author | Joe Onorato <joeo@google.com> | 2016-12-16 13:16:40 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2016-12-16 13:16:40 -0800 |
commit | b69b95f0bd8ce69761cad878629edaab6ac17443 (patch) | |
tree | d3f423a2209d8495fcc05fb4b5828484234a3309 | |
parent | 52680b5de4c8ee3a9f7327247a43bd7cb6c726d8 (diff) |
Fix the mac build
Change-Id: Id4a5c3b1a6fbebcf2079152c31a907536d7f950d
-rw-r--r-- | tools/incident_report/printer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/incident_report/printer.cpp b/tools/incident_report/printer.cpp index 1ab6bd87913e..8111b2786007 100644 --- a/tools/incident_report/printer.cpp +++ b/tools/incident_report/printer.cpp @@ -19,6 +19,7 @@ #include <unistd.h> #include <stdlib.h> #include <string.h> +#include <stdarg.h> #define INITIAL_BUF_SIZE (16*1024) |