This bump will fix the following build failure with gcc >= 14:
main.c: In function 'read_event':
main.c:715:25: error: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
715 | while ((count = read(fd, &buffer[i], len)) < len) {
| ^~~~
| fread
Fixes:
- http://autobuild.buildroot.org/results/67965a5245c3d98d683e2c788352bf7c1cf4f00e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>