commit | b69b95f0bd8ce69761cad878629edaab6ac17443 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Dec 16 13:16:40 2016 -0800 |
committer | Joe Onorato <joeo@google.com> | Fri Dec 16 13:16:40 2016 -0800 |
tree | d3f423a2209d8495fcc05fb4b5828484234a3309 | |
parent | 52680b5de4c8ee3a9f7327247a43bd7cb6c726d8 [diff] |
Fix the mac build Change-Id: Id4a5c3b1a6fbebcf2079152c31a907536d7f950d
diff --git a/tools/incident_report/printer.cpp b/tools/incident_report/printer.cpp index 1ab6bd8..8111b27 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)