Ahmed Kilany Sat, 22 Feb 2025 05:14:32 -0800
Hello U-Boot developers,
I have noticed an issue in the file `cmd/setexpr.c` at line 13. The include path currently has:`#include <ctype.h>` It should be changed to: `#include <linux/ctype.h>` Thank you. Best regards Ahmed Kilany