فهرست منبع

LibIPC: Add missing errno.h include

Jean-Baptiste Boric 4 سال پیش
والد
کامیت
9aa44fa36c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Userland/Libraries/LibIPC/Connection.h

+ 1 - 0
Userland/Libraries/LibIPC/Connection.h

@@ -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>