From 5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 1 May 2023 00:38:33 -0400 Subject: move back to c99 --- src/command.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index ab1ccea..015b1a2 100644 --- a/src/command.h +++ b/src/command.h @@ -3,6 +3,13 @@ #include #include #include +#include +#include +#include +#include +#include +#include +#include #define ARGUMENTS int argc, char** argv #define NEXT_ARGS argc - 1, &argv[1] -- cgit v1.2.3-freya