Skip to content

Commit bef1e04

Browse files
committed
fix: Include stdio.h bc readline needs it on certain systems
1 parent 014ca81 commit bef1e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/defines.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* By: ldulling <[email protected]> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2023/12/08 15:56:26 by lyeh #+# #+# */
9-
/* Updated: 2024/05/05 12:37:49 by ldulling ### ########.fr */
9+
/* Updated: 2024/06/07 07:46:00 by ldulling ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -20,6 +20,7 @@
2020
# include <linux/limits.h>
2121
# include <signal.h>
2222
# include <stdbool.h>
23+
# include <stdio.h>
2324
# include <stdlib.h>
2425
# include <unistd.h>
2526
# include <sysexits.h>

0 commit comments

Comments
 (0)