Force includes to use absolute paths.

This commit is contained in:
Enrico Fraccaroli
2021-10-05 14:29:24 +02:00
parent 0c6a38e189
commit 18a2fd9baa
95 changed files with 351 additions and 627 deletions
+4 -4
View File
@@ -5,10 +5,10 @@
/// See LICENSE.md for details.
#include "stdio.h"
#include "errno.h"
#include "reboot.h"
#include "stdatomic.h"
#include "mutex.h"
#include "sys/errno.h"
#include "sys/reboot.h"
#include "klib/stdatomic.h"
#include "klib/mutex.h"
static void machine_power_off()
{