* Define _GNU_SOURCE. Hopefully this fixes the build on Debian 4.0
(http://hydra.nixos.org/nixlog/384/1).
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
#include <sys/mount.h>
|
||||
#endif
|
||||
#if HAVE_SCHED_H
|
||||
#if !defined _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <sched.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user