summaryrefslogtreecommitdiffstats
path: root/sys/net/if.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.h
parentae452e5d2eb932ec13ca90f4145a883341de1214 (diff)
downloadFreeBSD-src-53e66dfa73daaa6b76e7ee04e5d621bbce158f31.zip
FreeBSD-src-53e66dfa73daaa6b76e7ee04e5d621bbce158f31.tar.gz
#include <socket.h> -> <sys/socket.h>
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 925f0d7..5873dff 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if.h 8.1 (Berkeley) 6/10/93
- * $Id: if.h,v 1.8 1994/11/14 14:06:05 bde Exp $
+ * $Id: if.h,v 1.9 1994/11/15 14:41:34 bde Exp $
*/
#ifndef _NET_IF_H_
@@ -62,7 +62,7 @@
* interfaces. These routines live in the files if.c and route.c
*/
-#include <socket.h> /* for struct sockaddr */
+#include <sys/socket.h> /* for struct sockaddr */
#ifndef _TIME_ /* XXX fast fix for SNMP, going away soon */
#include <sys/time.h>
OpenPOWER on IntegriCloud