Skip to content

Commit f2a618f

Browse files
committed
Use quotes instead of angle brackets.
1 parent 907d10f commit f2a618f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-bottom-half/crt/crt1.c

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

0 commit comments

Comments
 (0)