diff options
Diffstat (limited to 'misc/reboot.c')
-rw-r--r-- | misc/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/reboot.c b/misc/reboot.c index 86b0a50d65..70549c41b7 100644 --- a/misc/reboot.c +++ b/misc/reboot.c @@ -18,7 +18,7 @@ #include <errno.h> #include <unistd.h> #include <sys/reboot.h> -#include <libc-internal.h> +#include <libc-diag.h> /* Reboot the system. */ int |