Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- src/sys/sys/socket.h 2005/03/09 05:07:19 1.73 +++ src/sys/sys/socket.h 2005/03/09 18:53:57 1.74 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.73 2005/03/09 05:07:19 atatat Exp $ */ +/* $NetBSD: socket.h,v 1.74 2005/03/09 18:53:57 tron Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -73,6 +73,7 @@ * Data types. */ #include +#include #ifndef sa_family_t typedef __sa_family_t sa_family_t;