|
From: <sv...@va...> - 2009-01-19 22:37:50
|
Author: njn Date: 2009-01-19 22:02:26 +0000 (Mon, 19 Jan 2009) New Revision: 8985 Log: Make this compile again. Modified: branches/DARWIN/memcheck/tests/linux/brk.c Modified: branches/DARWIN/memcheck/tests/linux/brk.c =================================================================== --- branches/DARWIN/memcheck/tests/linux/brk.c 2009-01-19 21:33:25 UTC (rev 8984) +++ branches/DARWIN/memcheck/tests/linux/brk.c 2009-01-19 22:02:26 UTC (rev 8985) @@ -1,5 +1,6 @@ #include <assert.h> #include <stdio.h> +#include <sys/syscall.h> #include <sys/types.h> #include <unistd.h> |