diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-03 12:40:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-03 12:40:29 +0100 |
commit | 911081dde7ec28b28bfed7e08ab901158c18712d (patch) | |
tree | 953fd719dbd31f98a2e3ce40370119fd752b584c | |
parent | 2b53c70b6429868029048244b8d21769148375e1 (diff) | |
parent | 66ee3769cb71e55bb9bea36348cb80282674a158 (diff) |
Merge remote branch 'kay/master'
-rw-r--r-- | execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |