summaryrefslogtreecommitdiff
path: root/alloc-stress
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-12 13:32:45 -0700
committerDan Albert <danalbert@google.com>2017-10-12 13:32:45 -0700
commit694bba55f69132cccf858f9487e46471818d1fc8 (patch)
tree2dc0b0d31e271c7bef15db245671f98eff3b81fb /alloc-stress
parentfec00200b4adb7f4ff4bd6ba871f1e63fa7d7736 (diff)
downloadextras-694bba55f69132cccf858f9487e46471818d1fc8.tar.gz
Add missing includes.
Change-Id: Ibabe8708e32b40539f398fccde4d6e5f63e3b708 Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None
Diffstat (limited to 'alloc-stress')
-rw-r--r--alloc-stress/alloc-stress.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alloc-stress/alloc-stress.cpp b/alloc-stress/alloc-stress.cpp
index 12eecc5a..7b0e89f1 100644
--- a/alloc-stress/alloc-stress.cpp
+++ b/alloc-stress/alloc-stress.cpp
@@ -13,6 +13,7 @@
#include <fstream>
#include <sys/stat.h>
#include <sys/wait.h>
+#include <unistd.h>
using namespace std;