projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91da63d
)
fix include order
author
John Crispin
<blogic@openwrt.org>
Thu, 9 Apr 2015 22:39:16 +0000
(
00:39
+0200)
committer
John Crispin
<blogic@openwrt.org>
Thu, 9 Apr 2015 22:39:16 +0000
(
00:39
+0200)
this broke x86_64 builds on uclibc
Signed-off-by: John Crispin <blogic@openwrt.org>
trace/trace.c
patch
|
blob
|
history
diff --git
a/trace/trace.c
b/trace/trace.c
index 12f0ee6a73ca1503b2cbef15e0f4ae7f2c13e496..d70957d1af83a5e25844c9566c226bed1c577659 100644
(file)
--- a/
trace/trace.c
+++ b/
trace/trace.c
@@
-14,9
+14,9
@@
#define _GNU_SOURCE
#include <stddef.h>
#include <sys/ptrace.h>
+#include <sys/types.h>
#include <sys/user.h>
#include <sys/wait.h>
-#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>