test_gethostent: improve compileability

pull/307/head
rofl0r 2019-09-07 15:22:41 +01:00
parent 962373e5c6
commit ea187938e1
1 changed files with 1 additions and 1 deletions

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];