diff options
| author | 2024-09-23 12:08:03 -0400 | |
|---|---|---|
| committer | 2024-09-23 12:08:03 -0400 | |
| commit | e85cb6bc1028fc9aa53ce8ecdaa45b11f416fa89 (patch) | |
| tree | 49bce9b54d575120d6f34beeb4667b8f1bf0447c /src/history.c | |
| parent | Merge pull request #2 from BanceDev/chaining-operators (diff) | |
implemented background process operator
Diffstat (limited to 'src/history.c')
| -rw-r--r-- | src/history.c | 2 |
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> |
