Skip to content

Commit

Permalink
fix(stdbool): Corrects include
Browse files Browse the repository at this point in the history
  • Loading branch information
mendes-jv authored Sep 15, 2023
1 parent 5ceb8c6 commit 2110736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonus/includes/ft_printf_bonus.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# include "../../libft/includes/libft.h"
# include <stdarg.h>
# icnlude <stdbool.h>
# include <stdbool.h>
# include <stdlib.h>
# include <unistd.h>

Expand Down

0 comments on commit 2110736

Please sign in to comment.