aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ucopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ucopy.c')
-rw-r--r--tests/test_ucopy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_ucopy.c b/tests/test_ucopy.c
index 9ddffbca..09f809a2 100644
--- a/tests/test_ucopy.c
+++ b/tests/test_ucopy.c
@@ -2,6 +2,7 @@
* Test whether process_vm_readv and PTRACE_PEEKDATA work.
*
* Copyright (c) 2016-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,10 +31,10 @@
#include "tests.h"
#include <errno.h>
+#include <sys/ptrace.h>
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
-#include <sys/ptrace.h>
#include <sys/uio.h>
#include <sys/wait.h>