Skip to content

Commit 17abb58

Browse files
authored
Add missing include to ExtOsDep.hpp
1 parent 05b60bd commit 17abb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osdep/ExtOsdep.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#ifdef ZT_EXTOSDEP
1818

19+
#include <stdint.h>
20+
1921
#define ZT_EOD_MAXMSGSIZE (64 * 1024)
2022

2123
#define ZT_EOD_MSG_STARTED 1 // no data

0 commit comments

Comments
 (0)