Fixed failing build.

This commit is contained in:
Murilo Soares Pereira 2010-04-10 13:55:29 -03:00
parent dc0ca7c4ca
commit aca1ceffe7
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <stdio.h> #include <stdio.h>
#include "stack_debug.h"
#include "deck_debug.h" #include "deck_debug.h"
void print_deck(struct deck *deck) { void print_deck(struct deck *deck) {

View File

@ -1,4 +1,5 @@
#include <stdio.h> #include <stdio.h>
#include "card_debug.h"
#include "stack_debug.h" #include "stack_debug.h"
void print_stack(struct stack *stack) { void print_stack(struct stack *stack) {