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

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2019-09-07 17:22:41 +0300
committerrofl0r <rofl0r@users.noreply.github.com>2019-09-07 17:22:41 +0300
commitea187938e1bffe0265736e8962ae70b2d2cbda47 (patch)
tree23e6fe94a794b9c414d3ade1a600a5adcf579ae2
parent962373e5c61fbed30f4288fb34f9f0ab1415055e (diff)
test_gethostent: improve compileability
-rw-r--r--tests/test_gethostent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gethostent.c b/tests/test_gethostent.c
index 13c3913..589b1dc 100644
--- a/tests/test_gethostent.c
+++ b/tests/test_gethostent.c
@@ -1,6 +1,6 @@
#include <netdb.h>
#include <stdio.h>
-#include "../src/common.h"
+#include "../src/common.c"
void printhostent(struct hostent *hp) {
char ipbuf[16];