Skip to content

Commit

Permalink
include string.h for memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Jan 15, 2024
1 parent 1ebb18f commit 7e396d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/scala-native/helpers.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <uv.h>
#include <netinet/in.h>
#include <string.h>

void uv_scala_buf_init(char *base, unsigned int len, uv_buf_t *buffer)
{
Expand Down

0 comments on commit 7e396d7

Please sign in to comment.