summaryrefslogtreecommitdiff
path: root/utils/shd.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-03 22:56:30 +0000
committerRoland McGrath <roland@gnu.org>2002-05-03 22:56:30 +0000
commitd9b6efc51b72bdc3b997058d9b1ae5fef2f81ad5 (patch)
treeeb0f3e3408e08abbeb72af3b6b0fbd7b8601b967 /utils/shd.c
parent6deae2a7e70ffb833d295326b39b279308f80dc5 (diff)
2002-05-03 Roland McGrath <roland@frob.com>
* shd.c: Include <error.h> for `error' decl.
Diffstat (limited to 'utils/shd.c')
-rw-r--r--utils/shd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/shd.c b/utils/shd.c
index cb1145d3..0587fa42 100644
--- a/utils/shd.c
+++ b/utils/shd.c
@@ -23,6 +23,7 @@
#include <device/device.h>
#include <unistd.h>
#include <errno.h>
+#include <error.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <stdlib.h>