> While stdio.h can be relied on to exist I do not think you can assume
> the same for sys/types.h without "configury", but libgccjit.h is an
> installed API.

sys/types.h is already included unconditionally in gcc/system.h and 
gcc/tsystem.h. The later says:

/* All systems have this header.  */
#include <sys/types.h>

FX

Reply via email to