aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-02 14:55:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-02 14:55:22 +1300
commitc7129922f126f8fa122d8421850528e26fb875e9 (patch)
tree8ef7dbe7e8068894e09ec73e2cdf842e6a1a7858 /cmd.c
parentAdd a feature I like (diff)
downloadspsh-c7129922f126f8fa122d8421850528e26fb875e9.tar.gz
spsh-c7129922f126f8fa122d8421850528e26fb875e9.zip
Renamed project
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index b0486a3..a117053 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-#include "sps.h"
+#include "spsh.h"
/* Process a read line into a command and arguments and try to execute it */
void cmd(char *line) {