Skip to content

Commit f8013d5

Browse files
committed
drivers: misc: devmux: Include correct header for ssize_t
devmux.h makes use of the type `ssize_t`, which is defined in <sys/types.h>. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c68976f commit f8013d5

File tree

1 file changed

+1
-0
lines changed
  • include/zephyr/drivers/misc/devmux

1 file changed

+1
-0
lines changed

include/zephyr/drivers/misc/devmux/devmux.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#define INCLUDE_ZEPHYR_DRIVERS_MISC_DEVMUX_H_
1414

1515
#include <stdint.h>
16+
#include <sys/types.h>
1617

1718
#include <zephyr/device.h>
1819
#include <zephyr/kernel.h>

0 commit comments

Comments
 (0)