diff options
Diffstat (limited to 'src/common/stack.c')
| -rw-r--r-- | src/common/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/stack.c b/src/common/stack.c index cbd0986..693fb85 100644 --- a/src/common/stack.c +++ b/src/common/stack.c @@ -1,4 +1,4 @@ -#include "stack.h" +#include "common.h" t_stack *stack_new(int size) { |
