mirror of
https://github.com/rofl0r/proxychains-ng
synced 2026-05-13 17:03:07 +08:00
daemon: fix "_GNU_SOURCE redefined" warning (#611)
This commit is contained in:
committed by
GitHub
Unverified
parent
de6719e341
commit
979bfef429
@@ -5,6 +5,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#undef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#include <unistd.h>
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
Reference in New Issue
Block a user