diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-06 00:29:45 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-06 00:29:45 +0200 |
commit | 29784f1f41b0c805844f8a45f6fc0e24870107a2 (patch) | |
tree | 7ec422960593d71794477b77b511dffd39a78fc7 | |
parent | b4d948696d32fdd396d9cfd0af173a4b69f61b64 (diff) |
Add stddef header
-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" |