From b1364be7e271c5a080e29efcda209a190a82d6d9 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 4 May 2023 16:10:37 -0400 Subject: ansii c --- src/command.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index d614c75..cca2877 100644 --- a/src/command.h +++ b/src/command.h @@ -1,10 +1,12 @@ +#ifndef COMMAND_H +#define COMMAND_H + #include "util/shared.h" #include "util/stack.h" #include "util/regex.h" #include #include -#include #include #include #include @@ -39,3 +41,5 @@ COMMAND(cp); COMMAND(makedir); COMMAND(mv); COMMAND(grep); + +#endif -- cgit v1.2.3-freya