summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h6
1 files changed, 5 insertions, 1 deletions
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 <stdint.h>
#include <stdlib.h>
-#include <stdbool.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
@@ -39,3 +41,5 @@ COMMAND(cp);
COMMAND(makedir);
COMMAND(mv);
COMMAND(grep);
+
+#endif