Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinyzimmer <38474291+tinyzimmer@users.noreply.github.com>2018-04-23 07:36:52 +0300
committertinyzimmer <38474291+tinyzimmer@users.noreply.github.com>2018-04-23 07:36:52 +0300
commitdbe328efdd4f4d97f97d2ce00d12b167fa1bf9bb (patch)
tree918dfa997c689e23db3020e96ab9816c64cbaec1
parentf88610077cd2ce64bfbce64eb3bb1c55b6afd375 (diff)
dont require cdefs
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index b0e3f21..97b01a9 100644
--- a/src/core.c
+++ b/src/core.c
@@ -15,7 +15,7 @@
* *
***************************************************************************/
#include <sys/types.h>
-#include <sys/cdefs.h>
+//#include <sys/cdefs.h>
#include <stdio.h>
#include <unistd.h>