diff options
Diffstat (limited to 'ot_vector.c')
-rw-r--r-- | ot_vector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_vector.c b/ot_vector.c index c38f05d..36b326a 100644 --- a/ot_vector.c +++ b/ot_vector.c | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <string.h> | 8 | #include <string.h> |
9 | #include <strings.h> | 9 | #include <strings.h> |
10 | #include <stdint.h> | 10 | #include <stdint.h> |
11 | #include <stddef.h> | ||
11 | 12 | ||
12 | /* Opentracker */ | 13 | /* Opentracker */ |
13 | #include "trackerlogic.h" | 14 | #include "trackerlogic.h" |