Skip to content

Commit

Permalink
lib: monkey: sync dev changes (_GNU_SOURCE)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jul 26, 2017
1 parent 5a1a94c commit 6d1430f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/monkey/include/monkey/mk_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
extern "C" {
#endif

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif

#include <sys/types.h>

#include "mk_core/mk_core_info.h"
Expand Down

0 comments on commit 6d1430f

Please sign in to comment.