summaryrefslogtreecommitdiff
blob: 6a5ea42b705a0d83e1b91784f7562eaf514f3cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: ace-1.3/games/spider.c
===================================================================
--- ace-1.3.orig/games/spider.c
+++ ace-1.3/games/spider.c
@@ -20,8 +20,8 @@
 #include <string.h>
 #include <time.h>
 
+#include "imagelib.h"
 #include "cards.h"
-//#include "imagelib.h"
 
 #define W CARD_WIDTH
 #define H CARD_HEIGHT