utils: fix double definition for _GNU_SOURCE

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2021-03-04 11:02:03 +01:00
parent 5df063677b
commit 446e99e4c6
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED

View File

@ -18,7 +18,9 @@
#ifndef UTILS_H
# define UTILS_H
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
# include <config.h>