浏览代码

Adding missing include

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
869f9bcb23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/crypto/axtls/os_port.h

+ 1
- 0
src/crypto/axtls/os_port.h 查看文件

@@ -8,6 +8,7 @@
8 8
 #define HEADER_OS_PORT_H
9 9
 
10 10
 #include <stdint.h>
11
+#include <stddef.h>
11 12
 #include <stdlib.h>
12 13
 #include <time.h>
13 14
 #include <sys/time.h>

正在加载...
取消
保存