diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-30 01:49:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-30 01:49:01 +0000 |
commit | 9268a7261cb7128019894be14437c74d23c0fbdf (patch) | |
tree | fca66000d31017e19ce5b810e94101f5d0888e6b /proc | |
parent | e8254937eb64eabd1ce7b48b96b7ff5f1959f6ca (diff) |
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
* main.c: Include <device/device.h>.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/main.c b/proc/main.c index fafbf713..2205bc28 100644 --- a/proc/main.c +++ b/proc/main.c @@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <hurd/hurd_types.h> #include <hurd.h> #include <hurd/startup.h> +#include <device/device.h> #include <assert.h> #include <wire.h> #include <argp.h> |