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:42:33 +0300
committertinyzimmer <38474291+tinyzimmer@users.noreply.github.com>2018-04-23 07:42:33 +0300
commitf3b07370fb06cd8fc1ec4fdfa45f03ccf53f4667 (patch)
treeae1a1db32b0c5ca5ff8c84da470718f5217b042f
parentdbe328efdd4f4d97f97d2ce00d12b167fa1bf9bb (diff)
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 97b01a9..b0e3f21 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>