use linux/sched.h instead of sched.h for older glibc

This commit is contained in:
Kay Sievers 2010-02-02 13:56:37 +01:00
parent cc13a98b68
commit 66ee3769cb

View file

@ -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"