chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc13a98
)
use linux/sched.h instead of sched.h for older glibc
author
Kay Sievers
<kay.sievers@vrfy.org>
Tue, 2 Feb 2010 12:56:37 +0000
(13:56 +0100)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Tue, 2 Feb 2010 12:56:37 +0000
(13:56 +0100)
execute.c
patch
|
blob
|
history
diff --git
a/execute.c
b/execute.c
index 04a8e9de28599342daf69d4b4cb03063c57fc10b..db24ed9ee0a4493313f60e2b70d2b9ec7c91e7d3 100644
(file)
--- a/
execute.c
+++ b/
execute.c
@@
-12,7
+12,7
@@
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/prctl.h>
-#include <sched.h>
+#include <
linux/
sched.h>
#include "execute.h"
#include "strv.h"