From: Jim Meyering Date: Sat, 3 May 2008 09:50:31 +0000 (+0200) Subject: test-getaddrinfo.c: include X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df302feb87e49ec4df471ada145513e1150a6f28;p=pspp test-getaddrinfo.c: include * tests/test-getaddrinfo.c: This is required for the new use of "struct sockaddr_in", at least on FreeBSD 6. --- diff --git a/tests/test-getaddrinfo.c b/tests/test-getaddrinfo.c index 8d487cb5bf..530f8dc310 100644 --- a/tests/test-getaddrinfo.c +++ b/tests/test-getaddrinfo.c @@ -20,6 +20,7 @@ #include #include "getaddrinfo.h" #include +#include #include #include