|
From: Rich C. <rc...@wi...> - 2011-11-09 20:58:53
|
On Wed, 9 Nov 2011 17:31:55 +0000 (GMT) sv...@va... wrote: > Author: bart > Date: 2011-11-09 17:31:54 +0000 (Wed, 09 Nov 2011) > New Revision: 12263 > Modified: trunk/memcheck/tests/x86-linux/scalar.c > +#include <linux/mman.h> // MREMAP_FIXED Bart, Shouldn't this be #include <sys/mman.h> ??? linux/mman.h is the kernel's header file ... Rich -- Rich Coe rc...@wi... |