another uclibc fix

This commit is contained in:
Unbit
2013-06-24 16:15:17 +02:00
parent 575fc26bd7
commit aafd4e757d
+5 -2
View File
@@ -212,8 +212,11 @@ extern "C" {
#ifdef __linux__
#ifdef __UCLIBC__
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#endif
#include <sched.h>
#include <sys/prctl.h>
#include <linux/limits.h>