[PATCH v4 04/12] app/mldev: add test case to validate model ops
Thomas Monjalon
thomas at monjalon.net
Thu Mar 9 19:42:44 CET 2023
07/02/2023 16:49, Srikanth Yalavarthi:
> --- a/app/test-mldev/ml_options.c
> +++ b/app/test-mldev/ml_options.c
> @@ -4,6 +4,7 @@
>
> #include <errno.h>
> #include <getopt.h>
> +#include <linux/limits.h>
It breaks on non-Linux OS of course.
include <limits.h> is enough and more portable.
I will fix while merging.
In general, I think you have too many includes.
You could reduce them by using devtools/process-iwyu.py
More information about the dev
mailing list