Skip to content

Commit 0f10ae4

Browse files
committed
src/modbus-rtu-usb.h: include standard headers to ensure size_t everywhere
Signed-off-by: Jim Klimov <[email protected]>
1 parent 8428c21 commit 0f10ae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modbus-rtu-usb.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#define MODBUS_RTU_USB_H
99

1010
#include "modbus.h"
11+
#include <stddef.h>
12+
#include <stdint.h>
1113

1214
MODBUS_BEGIN_DECLS
1315

0 commit comments

Comments
 (0)