* Define _GNU_SOURCE. Hopefully this fixes the build on Debian 4.0

(http://hydra.nixos.org/nixlog/384/1).
This commit is contained in:
Eelco Dolstra 2008-12-12 10:20:19 +00:00
parent ac5478eb52
commit d86bd22d24
1 changed files with 3 additions and 0 deletions

View File

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