mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
25 lines
585 B
Diff
25 lines
585 B
Diff
From 6515921fcacaa71f666963a8ef8a8b3c0ad64eb2 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Meyer <git@the-space.agency>
|
|
Date: Thu, 28 Apr 2022 01:50:11 +0000
|
|
Subject: [PATCH 3/5] Include <sys/select.h>
|
|
|
|
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
|
|
---
|
|
includes.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/includes.h b/includes.h
|
|
index 1e00002..2208f94 100644
|
|
--- a/includes.h
|
|
+++ b/includes.h
|
|
@@ -37,6 +37,7 @@
|
|
#include <sys/un.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/resource.h>
|
|
+#include <sys/select.h>
|
|
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
--
|
|
2.36.1
|
|
|