aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-23 12:08:03 -0400
committerGravatar BanceDev 2024-09-23 12:08:03 -0400
commite85cb6bc1028fc9aa53ce8ecdaa45b11f416fa89 (patch)
tree49bce9b54d575120d6f34beeb4667b8f1bf0447c /src/history.c
parentMerge pull request #2 from BanceDev/chaining-operators (diff)
implemented background process operator
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.c b/src/history.c
index 511f12a..93d6983 100644
--- a/src/history.c
+++ b/src/history.c
@@ -15,7 +15,7 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#include "history.h"
+#include "lush.h"
#include <linux/limits.h>
#include <pwd.h>
#include <stdbool.h>