From 2d040d5584eff908d382c39f0138586c110f71f6 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 14 Mar 2022 17:13:28 +0000 Subject: [PATCH] Included view in args.c: It will be useful for parsing envp files for `--env ` option, and more string related things. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for sink's current commit: Blessing − 吉 --- args.c | 2 ++ sink.c | 1 + 2 files changed, 3 insertions(+) diff --git a/args.c b/args.c index de88ffc..ec2a2fa 100644 --- a/args.c +++ b/args.c @@ -2,6 +2,8 @@ #include #include +#include "view.h" + #include "args.h" #define _PASTE_(x, y) x ## y diff --git a/sink.c b/sink.c index 75ff2f6..c5046a5 100644 --- a/sink.c +++ b/sink.c @@ -8,6 +8,7 @@ #include "comp_features.h" +//#include "view.h" #include "args.h" __attribute__((used)) // For loading debug binary symbol