diff options
| author | Miguel <m.i@gmx.at> | 2018-09-02 15:47:29 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-02 15:47:29 +0200 |
| commit | fd5a9b87e47bc072aa63fcaf5735232a37338303 (patch) | |
| tree | a4a15617e540af1f77a326875be84164043aa707 /kernel/acpi.c | |
| parent | 300fb2f088d8530b630e01ef24ce032710a2f8b9 (diff) | |
cleanup filenames
Diffstat (limited to 'kernel/acpi.c')
| -rw-r--r-- | kernel/acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/acpi.c b/kernel/acpi.c index c41e91f..6d1fbc8 100644 --- a/kernel/acpi.c +++ b/kernel/acpi.c @@ -7,6 +7,7 @@ #include <stdint.h> #include <stdbool.h> #include "smp.h" +#include "lib/string/string.h" typedef struct acpi_rsdt_struct |
