1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

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

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>