Fix header name for reboot()

This commit is contained in:
Mark
2020-07-13 21:13:53 +03:00
parent 2806f76b3d
commit e20f8d162a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include <ygg/reboot.h>
#include <sys/reboot.h>
#include <ygg/acpi.h>
#include <unistd.h>
#include <fcntl.h>
+1 -1
View File
@@ -1,4 +1,4 @@
#include <ygg/reboot.h>
#include <sys/reboot.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>