Skip to content

Commit fc87910

Browse files
committed
fix: include bonus header instead of mandatory
1 parent b55682a commit fc87910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/fdf_bonus.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
/* By: ebabaogl <[email protected] +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2025/01/13 23:44:47 by ebabaogl #+# #+# */
9-
/* Updated: 2025/01/14 01:37:26 by ebabaogl ### ########.fr */
9+
/* Updated: 2025/01/14 02:07:50 by ebabaogl ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

1313
#ifndef FDF_BONUS_H
1414
# define FDF_BONUS_H
1515

16-
# include "window.h"
16+
# include "window_bonus.h"
1717
# include <stddef.h>
1818

1919
# define BUFFER_SIZE 99999

0 commit comments

Comments
 (0)