Date: Tue, 4 Jul 2006 08:43:25 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100551 for review Message-ID: <200607040843.k648hPTM010129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100551 Change 100551 by piso@piso_newluxor on 2006/07/04 08:43:23 Fix compilation adding <arpa/inet.h> Affected files ... .. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_proxy.c#3 edit Differences ... ==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_proxy.c#3 (text+ko) ==== @@ -85,6 +85,7 @@ #include <netinet/libalias/alias.h> #include <netinet/libalias/alias_local.h> #else +#include <arpa/inet.h> #include "alias.h" /* Public API functions for libalias */ #include "alias_local.h" /* Functions used by alias*.c */ #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607040843.k648hPTM010129>