From aca1ceffe7a2d1a789f38a70f874cf54ebea5537 Mon Sep 17 00:00:00 2001 From: Murilo Soares Pereira Date: Sat, 10 Apr 2010 13:55:29 -0300 Subject: [PATCH] Fixed failing build. --- debug/deck_debug.c | 1 + debug/stack_debug.c | 1 + 2 files changed, 2 insertions(+) diff --git a/debug/deck_debug.c b/debug/deck_debug.c index 4a8bca5..6792443 100644 --- a/debug/deck_debug.c +++ b/debug/deck_debug.c @@ -1,4 +1,5 @@ #include +#include "stack_debug.h" #include "deck_debug.h" void print_deck(struct deck *deck) { diff --git a/debug/stack_debug.c b/debug/stack_debug.c index a53b038..d60e656 100644 --- a/debug/stack_debug.c +++ b/debug/stack_debug.c @@ -1,4 +1,5 @@ #include +#include "card_debug.h" #include "stack_debug.h" void print_stack(struct stack *stack) {