Skip to content

Commit

Permalink
Merge branch 'yamt/erl_driver-ssize_t/OTP-10699'
Browse files Browse the repository at this point in the history
* yamt/erl_driver-ssize_t/OTP-10699:
  Use correct way to pull the definition of ssize_t
  • Loading branch information
psyeugenic committed Jan 16, 2013
2 parents f3e8f8c + 13d7ca8 commit 812f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/beam/erl_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
#include "erl_drv_nif.h"

#include <stdlib.h>
#include <string.h> /* ssize_t on Mac OS X */
#include <sys/types.h> /* ssize_t */

#if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_)
#ifndef STATIC_ERLANG_DRIVER
Expand Down

0 comments on commit 812f666

Please sign in to comment.