Author: martin Date: 2007-10-17 10:51:03 -0400 (Wed, 17 Oct 2007) New Revision: 87681
Modified: branches/martin/debugger-plophos/debugger/backend/server/x86-ptrace.c Log: Ooops. Modified: branches/martin/debugger-plophos/debugger/backend/server/x86-ptrace.c =================================================================== --- branches/martin/debugger-plophos/debugger/backend/server/x86-ptrace.c 2007-10-17 14:46:18 UTC (rev 87680) +++ branches/martin/debugger-plophos/debugger/backend/server/x86-ptrace.c 2007-10-17 14:51:03 UTC (rev 87681) @@ -22,6 +22,9 @@ #include <fcntl.h> #include <errno.h> +#include <mono/metadata/appdomain.h> +#include <mono/metadata/object.h> + /* * NOTE: The manpage is wrong about the POKE_* commands - the last argument * is the data (a word) to be written, not a pointer to it. _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
