summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibEDID/EDID.h
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-03-27 17:49:38 +0300
committerAndreas Kling <kling@serenityos.org>2022-05-05 20:55:57 +0200
commit3a3700f95e28177436a5896e5bc37746fb5e67b7 (patch)
tree657e58d3a5a2f0a1d58901d0b66cce1aac5b17f0 /Userland/Libraries/LibEDID/EDID.h
parent9f0b5b04ff6154092bca9adcdc159133711c3c61 (diff)
downloadserenity-3a3700f95e28177436a5896e5bc37746fb5e67b7.zip
LibEDID: Export common structures into a header file
This will be used later in the kernel code to simplify the EDID handling code.
Diffstat (limited to 'Userland/Libraries/LibEDID/EDID.h')
-rw-r--r--Userland/Libraries/LibEDID/EDID.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibEDID/EDID.h b/Userland/Libraries/LibEDID/EDID.h
index b70b4b9b9b..63a7f1a616 100644
--- a/Userland/Libraries/LibEDID/EDID.h
+++ b/Userland/Libraries/LibEDID/EDID.h
@@ -15,6 +15,7 @@
#include <AK/Span.h>
#include <AK/Vector.h>
#include <LibEDID/DMT.h>
+#include <LibEDID/Definitions.h>
#include <LibEDID/VIC.h>
#ifdef KERNEL