diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-03 22:51:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-03 22:51:46 +0000 |
commit | f6139e0b85306b56b3eaebc1c67c954273350751 (patch) | |
tree | 3eeda0380b29ac5b92148b50b7d68491d315539e /sutils | |
parent | c6c4ada173ca713918437c3f4b213910870e954b (diff) |
2002-05-03 Roland McGrath <roland@frob.com>
* reboot.c: Include <error.h>.
* halt.c: Likewise.
Diffstat (limited to 'sutils')
-rw-r--r-- | sutils/halt.c | 1 | ||||
-rw-r--r-- | sutils/reboot.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sutils/halt.c b/sutils/halt.c index c108872e..08f754c4 100644 --- a/sutils/halt.c +++ b/sutils/halt.c @@ -23,6 +23,7 @@ #include <unistd.h> #include <stdio.h> #include <argp.h> +#include <error.h> #include <hurd.h> #include <version.h> diff --git a/sutils/reboot.c b/sutils/reboot.c index 5bfaf20c..54b9b99c 100644 --- a/sutils/reboot.c +++ b/sutils/reboot.c @@ -23,6 +23,7 @@ #include <unistd.h> #include <stdio.h> #include <argp.h> +#include <error.h> #include <hurd.h> #include <version.h> |