diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-01 08:49:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-01 08:49:48 +0000 |
commit | 7dc6562539351358b9431acd05871ca2c54486a8 (patch) | |
tree | 14e89d70f542cc453d77908b6f14d41fcaf31718 /sys | |
parent | a5064d91c4352627de59ddbdc3da9a72268f8214 (diff) | |
download | FreeBSD-src-7dc6562539351358b9431acd05871ca2c54486a8.zip FreeBSD-src-7dc6562539351358b9431acd05871ca2c54486a8.tar.gz |
Need to include sys/proc.h.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/linux/linux_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c index 3fbbfa9..fc8f96f 100644 --- a/sys/alpha/linux/linux_machdep.c +++ b/sys/alpha/linux/linux_machdep.c @@ -6,7 +6,7 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer + * notice, this list of conditions and the following disclaimer * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -38,6 +38,7 @@ #include <vm/pmap.h> #include <vm/vm_map.h> +#include <sys/proc.h> #include <sys/user.h> #include <alpha/linux/linux.h> |