Changes of Revision 9
[-] [+] | Changed | tac_plus.spec |
[-] [+] | Added | tac_plus-gcc43.patch ^ |
@@ -0,0 +1,10 @@ +--- tac_plus.cpp.orig 2008-06-29 12:36:17.000000000 +0200 ++++ tac_plus.cpp 2008-06-29 12:36:37.000000000 +0200 +@@ -27,6 +27,7 @@ + #include <pthread.h> // For POSIX threads + #include <netinet/in.h> + #include <unistd.h> ++#include <strings.h> + + #include "md5.h" + #include "tac_plus.h" |