diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-01 08:49:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-01 08:49:48 +0000 |
| commit | 60f618a04de1332c444b906cdc3d3226c5ef1817 (patch) | |
| tree | ba2b18fa47ff6b3c84d8d3fa82507847d0df0e9c /sys/alpha | |
| parent | 727fba5373be1c324101a3f08c4084c54fd5e042 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -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 3fbbfa9caa52..fc8f96fcc308 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> |
