We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3e8f8c + 13d7ca8 commit 812f666Copy full SHA for 812f666
erts/emulator/beam/erl_driver.h
@@ -85,7 +85,7 @@
85
#include "erl_drv_nif.h"
86
87
#include <stdlib.h>
88
-#include <string.h> /* ssize_t on Mac OS X */
+#include <sys/types.h> /* ssize_t */
89
90
#if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_)
91
#ifndef STATIC_ERLANG_DRIVER
0 commit comments