Incorrect include path in cmd/setexpr.c

Ahmed Kilany ahmed.kilany71 at gmail.com
Sat Feb 22 13:41:28 CET 2025


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


More information about the U-Boot mailing list