Skip to content

Commit

Permalink
Removed compilation warning
Browse files Browse the repository at this point in the history
implicit declaration of function â"sched_yield" [-Wimplicit-function-declaration]
  • Loading branch information
vladpaiu committed Jun 7, 2016
1 parent 0e1cea7 commit 8ef8d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/event_route/route_send.c
Expand Up @@ -31,6 +31,7 @@
#include "event_route.h"
#include <fcntl.h>
#include <unistd.h>
#include <sched.h>

#define IS_ERR(_err) (errno == _err)

Expand Down

0 comments on commit 8ef8d79

Please sign in to comment.