utils: define _GNU_SOURCE to get clearenv()
[project/firewall3.git] / utils.c
diff --git a/utils.c b/utils.c
index 66c186580428405da587eb8c2dd01c4b49e5e7a3..7e5ae450d3172e2359d87391ff336f65155ba2ac 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -16,6 +16,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#define _GNU_SOURCE
 #include "utils.h"
 #include "options.h"