We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014ca81 commit bef1e04Copy full SHA for bef1e04
include/defines.h
@@ -6,7 +6,7 @@
6
/* By: ldulling <[email protected]> +#+ +:+ +#+ */
7
/* +#+#+#+#+#+ +#+ */
8
/* Created: 2023/12/08 15:56:26 by lyeh #+# #+# */
9
-/* Updated: 2024/05/05 12:37:49 by ldulling ### ########.fr */
+/* Updated: 2024/06/07 07:46:00 by ldulling ### ########.fr */
10
/* */
11
/* ************************************************************************** */
12
@@ -20,6 +20,7 @@
20
# include <linux/limits.h>
21
# include <signal.h>
22
# include <stdbool.h>
23
+# include <stdio.h>
24
# include <stdlib.h>
25
# include <unistd.h>
26
# include <sysexits.h>
0 commit comments