Changes of Revision 3
[-] [+] | Added | yasm-declaration.diff |
@@ -0,0 +1,10 @@ +--- check/check_run.c.ORG 2004-10-31 04:55:56.000000000 +0100 ++++ check/check_run.c 2005-07-04 13:25:26.000000000 +0200 +@@ -59,6 +59,7 @@ + #include "check_impl.h" + #include "check_msg.h" + #include "check_log.h" ++#include <string.h> + + #ifndef USE_FORKWAITMSG + int nofork_exit_status; |