Browse Source

Add missing include to ExtOsDep.hpp

Joseph Henry 5 months ago
parent
commit
17abb58651
1 changed files with 2 additions and 0 deletions
  1. 2 0
      osdep/ExtOsdep.hpp

+ 2 - 0
osdep/ExtOsdep.hpp

@@ -16,6 +16,8 @@
 
 
 #ifdef ZT_EXTOSDEP
 #ifdef ZT_EXTOSDEP
 
 
+#include <stdint.h>
+
 #define ZT_EOD_MAXMSGSIZE (64 * 1024)
 #define ZT_EOD_MAXMSGSIZE (64 * 1024)
 
 
 #define ZT_EOD_MSG_STARTED			1	// no data
 #define ZT_EOD_MSG_STARTED			1	// no data