Browse Source

Add stddef header

master
Dirk Engling 8 months ago
parent
commit
29784f1f41
  1. 1
      ot_vector.c

1
ot_vector.c

@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
#include <string.h>
#include <strings.h>
#include <stdint.h>
#include <stddef.h>
/* Opentracker */
#include "trackerlogic.h"

Loading…
Cancel
Save