junk.c; int main() { printf("hello\n"); } Will compile without errors using gcc junk.c on my SUSE system yet uses no standard includes. Point me to the options which allow this.