On Thu, Jul 09, 2020 at 10:32:54AM +0100, Szabolcs Nagy wrote: > The 07/03/2020 16:37, Catalin Marinas wrote: > > + /* > > + * To be compiled with -march=armv8.5-a+memtag > > + */ > > + #include <errno.h> > > + #include <stdio.h> > > + #include <stdlib.h> > > + #include <unistd.h> > > + #include <sys/auxv.h> > > + #include <sys/mman.h> > > + #include <sys/prctl.h> > > the example should now include stdint.h Thanks. I should write user-space stuff more often ;) -- Catalin