commit e9f4b89cd019b4de3e212a48955f2416393ea69d parent 292c923f461ba8b2093fb9dc3912e86b4dfcc585 Author: vx_clutch <[email protected]> Date: Mon, 29 Sep 2025 11:56:09 -0400 Update yait.c Diffstat:
| M | src/yait.c | | | 11 | ++++++----- |
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/yait.c b/src/yait.c @@ -19,11 +19,12 @@ #include <string.h> #include <sys/wait.h> -#include "../lib/proginfo.h" -#include "../lib/err.h" -#include "../lib/str_dup.h" -#include "../include/yait.h" -#include "../config.h" +#include <proginfo.h> +#include <err.h> +#include <str_dup.h> +#include <yait.h> +#include <config.h> + #include "name.h" static const struct option longopts[] = {