summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorcp <cp@FreeBSD.org>2000-09-17 22:01:21 +0000
committercp <cp@FreeBSD.org>2000-09-17 22:01:21 +0000
commita1dbfee15805bbe173b7923cd72d9c76d381af20 (patch)
treeafd4fbd3bcb167f62edbf979c55cd05a9a4ce50a /sys/dev/fxp
parentef2cc02be7f5e8805487dcfaee7e7a45145ea7d2 (diff)
downloadFreeBSD-src-a1dbfee15805bbe173b7923cd72d9c76d381af20.zip
FreeBSD-src-a1dbfee15805bbe173b7923cd72d9c76d381af20.tar.gz
Add include of proc.h to make compile without SMP defined. This
change is likely interm, the include happens automagically when SMP is defined. Obtained from: Jason Evans.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index e09156f..c988786 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -84,6 +84,7 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
+#include <sys/proc.h>
#include <machine/mutex.h>
#include <net/ethernet.h>
OpenPOWER on IntegriCloud