Fixing header's dependencies.

This commit is contained in:
Murilo Soares Pereira
2010-04-04 21:54:22 -03:00
parent f01a7c236c
commit 3889a40850
7 changed files with 6 additions and 5 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef STACK_H
#define STACK_H
#include "card.h"
struct stack {
struct card *card;
struct stack *next;