From 515a3006dc11beab3f8d62c6b3603f87be941f55 Mon Sep 17 00:00:00 2001 From: "richarda.tyarks" <richard-andre.tyarks@etu.hesge.ch> Date: Fri, 3 Dec 2021 21:42:24 +0100 Subject: [PATCH] https://www.youtube.com/watch?v=dQw4w9WgXcQ --- stack.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.c b/stack.c index d538b84..fc4205b 100644 --- a/stack.c +++ b/stack.c @@ -1,4 +1,6 @@ #include <stdlib.h> +#include "stack.h" + #define DEFAULT_CAPACITY 4 -- GitLab