@@ -15,7 +15,9 @@
*/
/* CPUSET routines */
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <sched.h>
#include <stdlib.h>