aboutsummaryrefslogtreecommitdiff
path: root/tests/umovestr3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/umovestr3.c')
-rw-r--r--tests/umovestr3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/umovestr3.c b/tests/umovestr3.c
index cf2fa7d4..74f0e934 100644
--- a/tests/umovestr3.c
+++ b/tests/umovestr3.c
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -26,9 +27,9 @@
*/
#include "tests.h"
+#include <limits.h>
#include <stdio.h>
#include <unistd.h>
-#include <sys/param.h>
int
main(void)