mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: fix warning
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
* to the capture from your application.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
# include <sched.h>
|
||||
|
||||
Reference in New Issue
Block a user