summaryrefslogtreecommitdiffstats
path: root/sys/netatm/ipatm
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-09-29 11:59:53 +0000
committerbde <bde@FreeBSD.org>2002-09-29 11:59:53 +0000
commitacb73329e9edd41219b7368ad879c6c94f830cb5 (patch)
tree4b0e0e444372f8e44dc32d58a5f29052b5698d8e /sys/netatm/ipatm
parenteb3a3f60725f5aae3f43458563cfc19873a55ac9 (diff)
downloadFreeBSD-src-acb73329e9edd41219b7368ad879c6c94f830cb5.zip
FreeBSD-src-acb73329e9edd41219b7368ad879c6c94f830cb5.tar.gz
Include <sys/systm.h> instead of depending on namespace pollution in
<net/if_var.h>. But depend on the standard pollution in <sys/param.h>.
Diffstat (limited to 'sys/netatm/ipatm')
-rw-r--r--sys/netatm/ipatm/ipatm_input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netatm/ipatm/ipatm_input.c b/sys/netatm/ipatm/ipatm_input.c
index 8e44bdb..f26a9fb 100644
--- a/sys/netatm/ipatm/ipatm_input.c
+++ b/sys/netatm/ipatm/ipatm_input.c
@@ -36,8 +36,7 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
-#include <sys/time.h>
+#include <sys/systm.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <net/if.h>
OpenPOWER on IntegriCloud