numa.h is missing in current glibc-kernheaders (4.2-alt1) but it required by some recent software (mesa swr renderer for example) and they fail to build. Consider to add it just for consistency with other headers.
ping
linux$ find include arch/*/include -name numa.h include/linux/numa.h arch/ia64/include/asm/numa.h arch/s390/include/asm/numa.h arch/x86/include/asm/numa.h So numa.h is not included because it's not a uapi header. What do kernel folks think about moving it to uapi?
(In reply to comment #2) > linux$ find include arch/*/include -name numa.h > include/linux/numa.h > arch/ia64/include/asm/numa.h > arch/s390/include/asm/numa.h > arch/x86/include/asm/numa.h > > So numa.h is not included because it's not a uapi header. > What do kernel folks think about moving it to uapi? NVM, I've found solution, just use libnuma-devel, which also provides numa.h