Skip to content

Commit

Permalink
[C] Fix compilation issues on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Nov 28, 2024
1 parent 04e56a3 commit 3296a6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aeron-client/src/main/c/util/aeron_bitutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
#endif
#endif

#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>

#include "util/aeron_bitutil.h"
#include "util/aeron_platform.h"
Expand Down

0 comments on commit 3296a6a

Please sign in to comment.