summaryrefslogtreecommitdiff
path: root/sutils/halt.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-03 22:51:46 +0000
committerRoland McGrath <roland@gnu.org>2002-05-03 22:51:46 +0000
commitf6139e0b85306b56b3eaebc1c67c954273350751 (patch)
tree3eeda0380b29ac5b92148b50b7d68491d315539e /sutils/halt.c
parentc6c4ada173ca713918437c3f4b213910870e954b (diff)
2002-05-03 Roland McGrath <roland@frob.com>
* reboot.c: Include <error.h>. * halt.c: Likewise.
Diffstat (limited to 'sutils/halt.c')
-rw-r--r--sutils/halt.c1
1 files changed, 1 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>