summaryrefslogtreecommitdiff
path: root/include/arpa
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit48ea0bec18feafd62cc2f7df74234da2e504e86a (patch)
tree06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/arpa
parent89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff)
Notes
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/inet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index bdab7797f6d2..4d03df200220 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 <sys/types.h>
#include <sys/cdefs.h>
-struct in_addr;
+#include <netinet/in.h>
__BEGIN_DECLS
int ascii2addr __P((int, const char *, void *));