mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 13:15:06 +00:00
22 lines
569 B
Diff
22 lines
569 B
Diff
From 0000000000000000000000000000000000000000 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] 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>
|