Skip to content

Commit a38c550

Browse files
author
Josuah Demangeon
committed
usb: device_next: uvc: fix public API include
The public API file <zephyr/usb/class/usbd_uvc.h> lacked an include to <zephyr/drivers/video.h> making it fail depending on the order of the includes. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 104842c commit a38c550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/usb/class/usbd_uvc.h

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

1515
#include <zephyr/device.h>
16+
#include <zephyr/drivers/video.h>
1617

1718
/**
1819
* @brief USB Video Class (UVC) device API

0 commit comments

Comments
 (0)