aboutsummaryrefslogtreecommitdiff
path: root/tests/qual_fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qual_fault.c')
-rw-r--r--tests/qual_fault.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qual_fault.c b/tests/qual_fault.c
index 05401dec..670d9fe7 100644
--- a/tests/qual_fault.c
+++ b/tests/qual_fault.c
@@ -2,7 +2,7 @@
* Check that fault injection works properly.
*
* Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -33,11 +33,11 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <sys/param.h>
#include <sys/stat.h>
#include <sys/uio.h>
#include <sys/wait.h>