fix include order
authorJohn Crispin <blogic@openwrt.org>
Thu, 9 Apr 2015 22:39:16 +0000 (00:39 +0200)
committerJohn 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

index 12f0ee6..d70957d 100644 (file)
@@ -14,9 +14,9 @@
 #define _GNU_SOURCE
 #include <stddef.h>
 #include <sys/ptrace.h>
 #define _GNU_SOURCE
 #include <stddef.h>
 #include <sys/ptrace.h>
+#include <sys/types.h>
 #include <sys/user.h>
 #include <sys/wait.h>
 #include <sys/user.h>
 #include <sys/wait.h>
-#include <sys/types.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>