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