summaryrefslogtreecommitdiff
path: root/tools/incident_report
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2016-12-16 13:16:40 -0800
committerJoe Onorato <joeo@google.com>2016-12-16 13:16:40 -0800
commitb69b95f0bd8ce69761cad878629edaab6ac17443 (patch)
treed3f423a2209d8495fcc05fb4b5828484234a3309 /tools/incident_report
parent52680b5de4c8ee3a9f7327247a43bd7cb6c726d8 (diff)
Fix the mac build
Change-Id: Id4a5c3b1a6fbebcf2079152c31a907536d7f950d
Diffstat (limited to 'tools/incident_report')
-rw-r--r--tools/incident_report/printer.cpp1
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)