summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-02 00:37:30 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-02 00:37:30 -0400
commitab7109065ced6feac485e3a5621c0f9c52f7aeec (patch)
treea242b446b39ab8d4dcd248ec2c5a75f2c45522c0 /src/command.h
parentupdate makefile (diff)
downloadlazysphere-ab7109065ced6feac485e3a5621c0f9c52f7aeec.tar.gz
lazysphere-ab7109065ced6feac485e3a5621c0f9c52f7aeec.tar.bz2
lazysphere-ab7109065ced6feac485e3a5621c0f9c52f7aeec.zip
tac, ls fixes
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 e596847..a73e3c8 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,4 +1,5 @@
#include "util/shared.h"
+#include "util/stack.h"
#include <stdint.h>
#include <stdlib.h>
@@ -31,3 +32,4 @@ COMMAND(tee);
COMMAND(whoami);
COMMAND(wc);
COMMAND(xargs);
+COMMAND(tac);