SOURCES: xgalaga-struct.patch (NEW) - compilation fix: includes
witekfl
witekfl at pld-linux.org
Sun Dec 23 18:50:27 CET 2007
Author: witekfl Date: Sun Dec 23 17:50:27 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- compilation fix: includes
---- Files affected:
SOURCES:
xgalaga-struct.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/xgalaga-struct.patch
diff -u /dev/null SOURCES/xgalaga-struct.patch:1.1
--- /dev/null Sun Dec 23 18:50:27 2007
+++ SOURCES/xgalaga-struct.patch Sun Dec 23 18:50:22 2007
@@ -0,0 +1,31 @@
+--- xgalaga-2.0.34/libsprite/data.h.old 2007-12-23 17:29:06.000000000 +0100
++++ xgalaga-2.0.34/libsprite/data.h 2007-12-23 17:29:20.000000000 +0100
+@@ -20,6 +20,7 @@
+
+ #include "Wlib.h"
+ #include "defs.h"
++#include "struct.h"
+
+ extern int nplanes;
+ extern int xpmORplanes ;
+--- xgalaga-2.0.34/data.h.old 2007-12-23 17:32:18.000000000 +0100
++++ xgalaga-2.0.34/data.h 2007-12-23 17:32:34.000000000 +0100
+@@ -1,4 +1,5 @@
+ #include "Wlib.h"
++#include "struct.h"
+
+ extern W_Window gal, baseWin;
+
+--- xgalaga-2.0.34/struct.h.old 2007-12-23 17:34:32.000000000 +0100
++++ xgalaga-2.0.34/struct.h 2007-12-23 17:35:51.000000000 +0100
+@@ -1,3 +1,5 @@
++#ifndef STRUCT_H_TRALALA
++#define STRUCT_H_TRALALA
+ #include "Wlib.h"
+
+ struct torp {
+@@ -38,3 +40,4 @@ struct score_bubble {
+ int count;
+ W_Image *shape;
+ };
++#endif
================================================================
More information about the pld-cvs-commit
mailing list