mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2026-02-15 03:09:21 +00:00
daemon: fix "_GNU_SOURCE redefined" warning (#611)
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#define _POSIX_C_SOURCE 200809L
|
#define _POSIX_C_SOURCE 200809L
|
||||||
|
|||||||
Reference in New Issue
Block a user