summaryrefslogtreecommitdiff
path: root/tests/suspend_stress
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 12:29:50 -0800
committerElliott Hughes <enh@google.com>2014-12-29 12:29:50 -0800
commit125e060bacf25da4043515a9da8ca6da581b759d (patch)
treea961d86ed9bf07d00e4757f6d1282245b77b8ba8 /tests/suspend_stress
parente37c6986b7db382fa93d2fbf9b679681efa60016 (diff)
downloadextras-125e060bacf25da4043515a9da8ca6da581b759d.tar.gz
Fix missing #includes in system/extras.
Change-Id: I78000cea6b2012f571e596ed400b3f04847cb761
Diffstat (limited to 'tests/suspend_stress')
-rw-r--r--tests/suspend_stress/suspend_stress.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suspend_stress/suspend_stress.cpp b/tests/suspend_stress/suspend_stress.cpp
index 87649142..08c4685a 100644
--- a/tests/suspend_stress/suspend_stress.cpp
+++ b/tests/suspend_stress/suspend_stress.cpp
@@ -14,12 +14,14 @@
* limitations under the License.
*/
+#include <errno.h>
#include <getopt.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <unistd.h>
#include <sys/epoll.h>
#include <sys/timerfd.h>