diff options
| author | Miguel <m.i@gmx.at> | 2018-09-12 15:23:38 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-12 15:23:38 +0200 |
| commit | c72944b5646863ffaaaff94dc03b939a08566203 (patch) | |
| tree | 3ce3d74fc27b297cd6958d0d8ba588ccbbe16bfb /kernel/acpi.h | |
| parent | 800b1a878ec34a8ff30ed093e20561182fa6ae36 (diff) | |
struggling with vmem
Diffstat (limited to 'kernel/acpi.h')
| -rw-r--r-- | kernel/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/acpi.h b/kernel/acpi.h index e94766c..204007c 100644 --- a/kernel/acpi.h +++ b/kernel/acpi.h @@ -14,6 +14,7 @@ */ #include <stdint.h> +#include <stdbool.h> typedef struct { |
