LibIPC: Add missing errno.h include

This commit is contained in:
Jean-Baptiste Boric 2021-04-26 19:09:41 +02:00 committed by Linus Groh
parent b3e070b2f3
commit 9aa44fa36c
Notes: sideshowbarker 2024-07-18 19:01:12 +09:00

View File

@ -14,6 +14,7 @@
#include <LibCore/Notifier.h>
#include <LibCore/Timer.h>
#include <LibIPC/Message.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>