aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Host/Host.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/Host.h')
-rw-r--r--lldb/include/lldb/Host/Host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Host/Host.h b/lldb/include/lldb/Host/Host.h
index 76792cc6eab5..1fdf7eab7eb8 100644
--- a/lldb/include/lldb/Host/Host.h
+++ b/lldb/include/lldb/Host/Host.h
@@ -17,8 +17,8 @@
#include "lldb/lldb-private-forward.h"
#include "lldb/lldb-private.h"
#include <cerrno>
+#include <cstdarg>
#include <map>
-#include <stdarg.h>
#include <string>
#include <type_traits>