Skip to content

Commit 8e03a26

Browse files
authored
build: fix macOS build (#343)
1 parent 97dc97b commit 8e03a26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

c_src/quicer_nif.c

+3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ limitations under the License.
1717
#include "quicer_nif.h"
1818

1919
#include <dlfcn.h>
20+
21+
#if defined(__linux__)
2022
#include <features.h>
23+
#endif
2124

2225
#include "quicer_listener.h"
2326
#include "quicer_vsn.h"

0 commit comments

Comments
 (0)