summaryrefslogtreecommitdiff
path: root/tests/suspend_stress/suspend_stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suspend_stress/suspend_stress.cpp')
-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>