summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 0a7a48e..32b5166 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -31,13 +31,21 @@
* SUCH DAMAGE.
*
* @(#)if.h 8.1 (Berkeley) 6/10/93
- * $Id: if.h,v 1.47 1997/10/12 20:25:11 phk Exp $
+ * $Id: if.h,v 1.48 1998/01/13 02:56:21 wollman Exp $
*/
#ifndef _NET_IF_H_
#define _NET_IF_H_
/*
+ * <net/if.h> does not depend on <sys/time.h> on most other systems. This
+ * helps userland compatability. (struct timeval ifi_lastchange)
+ */
+#ifndef KERNEL
+#include <sys/time.h>
+#endif
+
+/*
* Structure describing information about an interface
* which may be of interest to management entities.
*/
OpenPOWER on IntegriCloud