commit dffcd78a0d622d080c570b224c34e56a46d6490f from: Omar Polo date: Thu Jul 15 09:44:56 2021 UTC generate includes with "", not <> commit - 411fb0a233b8ecd8593e58702b355e6612a9deda commit + dffcd78a0d622d080c570b224c34e56a46d6490f blob - e1e862e367dd4f8030d866085c23dc6afab38aa3 blob + b7c71b5cf95bda2b517ef7c5a6a5e197403acbe5 --- gencmd.awk +++ gencmd.awk @@ -1,8 +1,8 @@ BEGIN { FS = "[(,)]"; - print "#include " - print "#include " + print "#include \"telescope.h\"" + print "#include \"cmd.h\"" print "struct cmd cmds[] = {"; }