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

test_gethostent: improve compileability

This commit is contained in:
rofl0r
2019-09-07 15:22:41 +01:00
Unverified
parent 962373e5c6
commit ea187938e1
+1 -1
View File
@@ -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];