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 #include -#include "../src/common.h" +#include "../src/common.c" void printhostent(struct hostent *hp) { char ipbuf[16];