From 379be4bd6976e0978a3a320598eacd98708ee1f2 Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 7 May 1997 02:27:18 +0000 Subject: Make a lot of include-files self-contained. I excluded the patches changing int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange --- include/arpa/inet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/arpa/inet.h') diff --git a/include/arpa/inet.h b/include/arpa/inet.h index bdab779..4d03df2 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -50,7 +50,7 @@ * * @(#)inet.h 8.1 (Berkeley) 6/2/93 * From: inet.h,v 8.6 1996/08/08 06:54:29 vixie Exp - * $Id$ + * $Id: inet.h,v 1.7 1997/02/23 09:17:19 peter Exp $ */ #ifndef _ARPA_INET_H_ @@ -61,7 +61,7 @@ #include #include -struct in_addr; +#include __BEGIN_DECLS int ascii2addr __P((int, const char *, void *)); -- cgit v1.1