Use quotes instead of angle brackets.

This commit is contained in:
Dan Gohman 2022-09-28 14:32:52 -07:00
parent 907d10fecb
commit f2a618feb2

View File

@ -1,3 +1,3 @@
// We compile a plain crt1.o for toolchain compatibility, but it's
// identical to crt1-command.o.
#include <crt1-command.c>
#include "crt1-command.c"