build: fix warning

This commit is contained in:
Christian Hergert
2020-07-06 16:08:44 -07:00
parent 39e6aeb2e0
commit dacf2ad2b3

View File

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