Revision: 14670 Author: adrian.chadd Date: Sun May 16 14:55:52 2010 Log: Issue #108 - add Vector.h in preparation for the vectorisation work.
http://code.google.com/p/lusca-cache/source/detail?r=14670 Modified: /branches/LUSCA_HEAD/test-suite/atf/core.c /branches/LUSCA_HEAD/test-suite/atf/libhttp.c ======================================= --- /branches/LUSCA_HEAD/test-suite/atf/core.c Sun May 16 01:20:07 2010 +++ /branches/LUSCA_HEAD/test-suite/atf/core.c Sun May 16 14:55:52 2010 @@ -14,6 +14,7 @@ #include <netinet/in.h> #include "include/Array.h" +#include "include/Vector.h" #include "include/Stack.h" #include "include/util.h" #include "libcore/valgrind.h" ======================================= --- /branches/LUSCA_HEAD/test-suite/atf/libhttp.c Sun May 16 01:20:07 2010 +++ /branches/LUSCA_HEAD/test-suite/atf/libhttp.c Sun May 16 14:55:52 2010 @@ -15,6 +15,7 @@ #include "include/Array.h" #include "include/Stack.h" +#include "include/Vector.h" #include "include/util.h" #include "libcore/valgrind.h" #include "libcore/varargs.h" -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
