Harald Geyer
|
23b6c97ea9
|
rawserial.c: Get rid of non-standard type
Looks like uint isn't supported by MUSL libc used by OpenWRT.
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
2016-07-25 12:44:31 +02:00 |
|
Harald Geyer
|
bb7badfee2
|
mtc_s16209x.c: Add missing header file
This driver uses flock(2) und thus must include sys/file.h
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
2016-07-25 12:44:31 +02:00 |
|
Harald Geyer
|
f73d2aca1e
|
hd44780-rpi.c: Get rid of non-standard pointer type
The old code didn't compile against musl libc (OpenWRT).
Compiletested on ARM.
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
2016-07-25 12:44:31 +02:00 |
|
Harald Geyer
|
63568547d9
|
clients/lcdproc/machine.h: Include missing header file
This file uses time_t and thus must include time.h
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
2016-07-25 12:44:31 +02:00 |
|