diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/reboot.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/reboot.c b/sysdeps/unix/sysv/linux/reboot.c index ecda522444..f1b915354e 100644 --- a/sysdeps/unix/sysv/linux/reboot.c +++ b/sysdeps/unix/sysv/linux/reboot.c @@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <unistd.h> +#include <sys/reboot.h> extern int __syscall_reboot (int magic, int magic_too, int flag); |