summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arp.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-16 02:16:18 +0000
committerphk <phk@FreeBSD.org>1994-11-16 02:16:18 +0000
commit53e66dfa73daaa6b76e7ee04e5d621bbce158f31 (patch)
treea98820756ef05d363c8710f99aa6fa1d2658733c /sys/net/if_arp.h
parentae452e5d2eb932ec13ca90f4145a883341de1214 (diff)
downloadFreeBSD-src-53e66dfa73daaa6b76e7ee04e5d621bbce158f31.zip
FreeBSD-src-53e66dfa73daaa6b76e7ee04e5d621bbce158f31.tar.gz
#include <socket.h> -> <sys/socket.h>
Diffstat (limited to 'sys/net/if_arp.h')
-rw-r--r--sys/net/if_arp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h
index c7996db..1515110 100644
--- a/sys/net/if_arp.h
+++ b/sys/net/if_arp.h
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*
* @(#)if_arp.h 8.1 (Berkeley) 6/10/93
- * $Id: if_arp.h,v 1.3 1994/08/21 05:11:41 paul Exp $
+ * $Id: if_arp.h,v 1.4 1994/11/15 14:41:38 bde Exp $
*/
#ifndef _NET_IF_ARP_H_
#define _NET_IF_ARP_H_
-#include <socket.h> /* for struct sockaddr */
+#include <sys/socket.h> /* for struct sockaddr */
/*
* Address Resolution Protocol.
OpenPOWER on IntegriCloud