From: Dan Gohman Date: Wed, 28 Sep 2022 21:32:52 +0000 (-0700) Subject: Use quotes instead of angle brackets. X-Git-Url: https://git.proxmox.com/?p=wasi-libc.git;a=commitdiff_plain;h=f2a618feb2a109cb0547aa6a223b67f449ea1c4c Use quotes instead of angle brackets. --- diff --git a/libc-bottom-half/crt/crt1.c b/libc-bottom-half/crt/crt1.c index 039c019..cbbe073 100644 --- a/libc-bottom-half/crt/crt1.c +++ b/libc-bottom-half/crt/crt1.c @@ -1,3 +1,3 @@ // We compile a plain crt1.o for toolchain compatibility, but it's // identical to crt1-command.o. -#include +#include "crt1-command.c"