Skip to content

Commit

Permalink
drivers: misc: devmux: Include correct header for ssize_t
Browse files Browse the repository at this point in the history
devmux.h makes use of the type `ssize_t`, which is defined in
<sys/types.h>.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 18, 2024
1 parent 9f01025 commit 22faa89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/drivers/misc/devmux/devmux.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define INCLUDE_ZEPHYR_DRIVERS_MISC_DEVMUX_H_

#include <stdint.h>
#include <sys/types.h>

#include <zephyr/device.h>
#include <zephyr/kernel.h>
Expand Down

0 comments on commit 22faa89

Please sign in to comment.