summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-04 12:24:47 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-04 12:24:47 -0400
commitbd471562c72035d588b78e3c80c9eb0e9a9c18ec (patch)
tree5728bcfcbd81fac687d33d423c83d76ab6809b3e /src/command.h
parenti cant spell (diff)
downloadlazysphere-bd471562c72035d588b78e3c80c9eb0e9a9c18ec.tar.gz
lazysphere-bd471562c72035d588b78e3c80c9eb0e9a9c18ec.tar.bz2
lazysphere-bd471562c72035d588b78e3c80c9eb0e9a9c18ec.zip
grep
Diffstat (limited to '')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 2e468dd..d614c75 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,5 +1,6 @@
#include "util/shared.h"
#include "util/stack.h"
+#include "util/regex.h"
#include <stdint.h>
#include <stdlib.h>
@@ -37,3 +38,4 @@ COMMAND(rm);
COMMAND(cp);
COMMAND(makedir);
COMMAND(mv);
+COMMAND(grep);