浏览代码

[test] Add missing #include <string.h>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 年前
父节点
当前提交
9eff4284bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/tests/rsa_test.c

+ 1
- 0
src/tests/rsa_test.c 查看文件

@@ -34,6 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
34 34
 /* Forcibly enable assertions */
35 35
 #undef NDEBUG
36 36
 
37
+#include <string.h>
37 38
 #include <ipxe/crypto.h>
38 39
 #include <ipxe/rsa.h>
39 40
 #include <ipxe/md5.h>

正在加载...
取消
保存