diff options
Diffstat (limited to 'Userland/dmesg.cpp')
-rw-r--r-- | Userland/dmesg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/dmesg.cpp b/Userland/dmesg.cpp index 013bb74c17..f116e3a3c5 100644 --- a/Userland/dmesg.cpp +++ b/Userland/dmesg.cpp @@ -24,6 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <AK/ByteBuffer.h> #include <LibCore/File.h> #include <assert.h> #include <fcntl.h> |