Skip to content

Commit 0426d9f

Browse files
committed
v0.16~preview.127.35+233
1 parent 59d04e1 commit 0426d9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1396
-288
lines changed

bigstring_unix/src/bigstring_unix_stubs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
#include "ocaml_utils.h"
4848
#include "unix_utils.h"
49-
#include "socketaddr.h"
49+
#include <caml/socketaddr.h>
5050
#include <core_params.h>
5151
#include "recvmmsg.h"
5252

bigstring_unix/src/dune

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44
(preprocess (pps ppx_jane)))
55

66
(rule (targets config.h) (deps)
7-
(action (bash "cp %{lib:jst-config:config.h} .")))
8-
9-
(rule (targets socketaddr.h) (deps)
10-
(action (bash "cp %{lib:core_unix:socketaddr.h} .")))
7+
(action (bash "cp %{lib:jst-config:config.h} .")))

bigstring_unix/src/recvmmsg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "config.h"
88
#include "ocaml_utils.h"
99
#include "unix_utils.h"
10-
#include "socketaddr.h"
10+
#include <caml/socketaddr.h>
1111
#include "recvmmsg.h"
1212

1313
#ifdef JSC_RECVMMSG

0 commit comments

Comments
 (0)