From e85cb6bc1028fc9aa53ce8ecdaa45b11f416fa89 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Mon, 23 Sep 2024 12:08:03 -0400 Subject: implemented background process operator --- src/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/history.c') 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 #include #include -- cgit v1.2.3-59-g8ed1b