Skip to content

Commit

Permalink
[C] Put back string.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Oct 13, 2022
1 parent f379397 commit 2be4a53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#ifndef AERON_LOGBUFFER_DESCRIPTOR_H
#define AERON_LOGBUFFER_DESCRIPTOR_H

#include <string.h>

#include "protocol/aeron_udp_protocol.h"
#include "util/aeron_bitutil.h"
#include "util/aeron_math.h"
Expand Down

0 comments on commit 2be4a53

Please sign in to comment.