]> git.proxmox.com Git - wasi-libc.git/commitdiff
Use quotes instead of angle brackets.
authorDan Gohman <dev@sunfishcode.online>
Wed, 28 Sep 2022 21:32:52 +0000 (14:32 -0700)
committerDan Gohman <dev@sunfishcode.online>
Thu, 29 Sep 2022 20:15:32 +0000 (13:15 -0700)
libc-bottom-half/crt/crt1.c

index 039c0194fc777fb22243a15b4c8140bc26798173..cbbe073793e4ef4ea91456efb685ef5f552dbb58 100644 (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"