Skip to content

Commit

Permalink
utils: fix double definition for _GNU_SOURCE
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Mar 4, 2021
1 parent 5df0636 commit 446e99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#ifndef UTILS_H
# define UTILS_H

#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif

# include <config.h>

Expand Down

0 comments on commit 446e99e

Please sign in to comment.