浏览代码

include stddef.h per default

Steffen Jaeckel 12 年之前
父节点
当前提交
14b3a5290e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/headers/tomcrypt.h

+ 1 - 0
src/headers/tomcrypt.h

@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stddef.h>
 #include <time.h>
 #include <ctype.h>
 #include <limits.h>