diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2009-01-13 16:33:17 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2009-01-13 16:33:17 +0000 |
commit | d041c1127d0efbbc6f830635e96b5b0e40f00204 (patch) | |
tree | 5881957e429b46b3a0a12379888683cd7bf041b9 /src/tls/tls_drv.c | |
parent | * doc/guide.tex: Update Erlang version in Windows compilation documentation. (diff) |
* src/tls/Makefile.win32: Windows compilation support.
* src/tls/tls_drv.c: Likewise.
* src/tls/stdint.h: Likewise.
SVN Revision: 1816
Diffstat (limited to '')
-rw-r--r-- | src/tls/tls_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tls/tls_drv.c b/src/tls/tls_drv.c index ac438ebc..3ca8ba77 100644 --- a/src/tls/tls_drv.c +++ b/src/tls/tls_drv.c @@ -25,10 +25,8 @@ #include <openssl/err.h> #include <sys/types.h> #include <sys/stat.h> -#include <unistd.h> #include <stdint.h> - #define BUF_SIZE 1024 typedef struct { |