Due to some cleanup in the header files by the gcc commands and types that were previously accidentally included, no longer exists. In this case, the title, which was previously implicitly included <sys/resource.h> , stopped doing this in 4.7.2, violating compilation.
Direct inclusion
#include <sys/resource.h>
gets the definition of __priority_which_t and allows compilation to complete.
source share