Browse Source

include stddef.h per default

Steffen Jaeckel 12 years ago
parent
commit
14b3a5290e
1 changed files with 1 additions and 0 deletions
  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>