projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3edc8bf
)
Order of includes
author
Jagger
<robert@swiecki.net>
Sat, 14 May 2016 01:38:15 +0000
(
03:38
+0200)
committer
Jagger
<robert@swiecki.net>
Sat, 14 May 2016 01:38:15 +0000
(
03:38
+0200)
pid.c
patch
|
blob
|
history
diff --git
a/pid.c
b/pid.c
index 26f5d8d92243425bdc081111f559e21a266d56c7..f79aa553bdb939deed453ab94a19e8414529116e 100644
(file)
--- a/
pid.c
+++ b/
pid.c
@@
-21,8
+21,8
@@
#include "pid.h"
-#include <signal.h>
#include <sched.h>
+#include <signal.h>
#include <sys/prctl.h>
#include <sys/syscall.h>
#include <unistd.h>