1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-13 17:03:07 +08:00

fix build on FreeBSD due to usage of Dl_info

This commit is contained in:
rofl0r
2020-09-05 14:36:05 +01:00
Unverified
parent 0ee5db605b
commit acf2f4725d
+1 -4
View File
@@ -7,10 +7,7 @@
* *
***************************************************************************/
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200112L
#undef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#define _DEFAULT_SOURCE
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>