Skip to content

Commit

Permalink
add missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvens committed Jul 12, 2024
1 parent 6a778cb commit f1282d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picoquic/tls_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
#include "picoquic_crypto_provider_api.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "picoquic_unified_log.h"

#define container_of(ptr, type, member) ((type *)((char *)(ptr) - offsetof(type, member)))
Expand Down

0 comments on commit f1282d5

Please sign in to comment.